CMakeLists.txt 101 B

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