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