CMakeLists.txt 61 B

123
  1. file(GLOB_RECURSE xml_SRC *.cpp)
  2. add_library(xml ${xml_SRC})