mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
4 lines
96 B
CMake
4 lines
96 B
CMake
|
|
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/tool/CMakeLists.txt")
|
|
add_subdirectory(tool)
|
|
endif() |