CMakeLists.txt 86 B

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