CMakeLists.txt 226 B

1234567
  1. set(SAMPLE_NAME "HTTPLoadTest")
  2. set(LOCAL_SRCS "")
  3. aux_source_directory(src LOCAL_SRCS)
  4. add_executable( ${SAMPLE_NAME} ${LOCAL_SRCS} )
  5. target_link_libraries( ${SAMPLE_NAME} PocoNet PocoUtil PocoJSON PocoXML PocoFoundation )