CMakeLists.txt 96 B

12345
  1. set(CMAKE_CXX_STANDARD 17)
  2. aux_source_directory(. DIR_SRC)
  3. add_library(HttpServer ${DIR_SRC})