Menu

[4a5ff5]: / CMakeLists.txt  Maximize  Restore  History

Download this file

10 lines (6 with data), 188 Bytes

1
2
3
4
5
6
7
cmake_minimum_required (VERSION 2.6)
project (PlayerPRO)
set (PlayerPRO_VERSION_MAJOR 6)
set (PlayerPRO_VERSION_MINOR 0)
add_subdirectory (MADDriver.source)
add_subdirectory (Examples)