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