CMakeLists.txt 242 B

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