4 lines
96 B
CMake
4 lines
96 B
CMake
|
|
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/tool/CMakeLists.txt")
|
|
add_subdirectory(tool)
|
|
endif() |