CMakeLists.txt 82 B

123456
  1. cmake_policy(SET CMP0015 NEW)
  2. aux_source_directory(. SRCS)
  3. add_sources(${SRCS})