CMakeLists.txt 82 B

123
  1. file(GLOB_RECURSE cfgparser_SRC *.cpp)
  2. add_library(configparser ${cfgparser_SRC})