CMakeLists.txt 95 B

123
  1. set(CMAKE_AUTOMOC ON)
  2. aux_source_directory(. QSLOG_SRC)
  3. add_library(qslog STATIC ${QSLOG_SRC})