4 lines
70 B
CMake
4 lines
70 B
CMake
|
if (INCLUDE_PLAYER)
|
||
|
add_subdirectory(player)
|
||
|
endif (INCLUDE_PLAYER)
|