mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
git-subtree-dir: src/websocketpp git-subtree-split: 875d420952d2c47d38de15952a401f00773cdffc
7 lines
218 B
CMake
7 lines
218 B
CMake
file (GLOB SDIRS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *)
|
|
foreach (SUBDIR ${SDIRS})
|
|
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${SUBDIR}/CMakeLists.txt")
|
|
add_subdirectory (${SUBDIR})
|
|
endif ()
|
|
endforeach ()
|