UNPKG
websocketpp
Version:
latest (1.0.0)
1.0.0
websocketpp
/
examples
/
sip_client
/
CMakeLists.txt
13 lines
(7 loc)
•
255 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
file (GLOB SOURCE_FILES *.cpp) file (GLOB HEADER_FILES *.hpp) init_target (sip_client) build_executable (${TARGET_NAME} ${SOURCE_FILES} ${HEADER_FILES}) link_boost () final_target ()
set_target_properties
(${TARGET_NAME} PROPERTIES FOLDER "examples")