5 lines
No EOL
152 B
CMake
5 lines
No EOL
152 B
CMake
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
|
add_subdirectory(Linux)
|
|
elseif (CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
|
add_subdirectory(Windows)
|
|
endif () |