File: CMakeLists.txt

package info (click to toggle)
websocketpp 0.8.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, trixie
  • size: 4,368 kB
  • sloc: cpp: 19,570; makefile: 18
file content (11 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11

file (GLOB SOURCE_FILES parser.cpp)

init_target (test_http)

build_test (${TARGET_NAME} ${SOURCE_FILES})

link_boost ()
final_target ()

set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "test")