Added missing CMake files, organized the CMake structure between test and example directories using the global variable USE_FOLDERS

This commit is contained in:
Thijs Wenker
2015-07-16 12:17:59 +02:00
parent 7514c82c92
commit d3fe51fa39
32 changed files with 273 additions and 0 deletions
@@ -0,0 +1,12 @@
file (GLOB SOURCE_FILES *.cpp)
file (GLOB HEADER_FILES *.hpp)
init_target (subprotocol_server)
build_executable (${TARGET_NAME} ${SOURCE_FILES} ${HEADER_FILES})
link_boost ()
final_target ()
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "examples")