spectrum2/3rdparty/cpprestsdk/libs/websocketpp/examples/CMakeLists.txt
2015-11-19 15:19:14 +01:00

6 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 ()