modify build setup
[c11concurrency-benchmarks.git] / gdax-orderbook-hpp / demo / dependencies / websocketpp-0.7.0 / examples / testee_server / CMakeLists.txt
1
2 file (GLOB SOURCE_FILES *.cpp)
3 file (GLOB HEADER_FILES *.hpp)
4
5 if (ZLIB_FOUND)
6
7 init_target (testee_server)
8
9 build_executable (${TARGET_NAME} ${SOURCE_FILES} ${HEADER_FILES})
10
11 link_boost ()
12 link_zlib()
13 final_target ()
14
15 set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "examples")
16
17 endif()