6 lines
96 B
CMake
6 lines
96 B
CMake
add_subdirectory(src)
|
|
|
|
if(TURBINE_BUILD_TYPE STREQUAL "Native")
|
|
add_subdirectory(test)
|
|
endif()
|