CMakeLists.txt 95 B

12345
  1. set(CMAKE_CXX_STANDARD 17)
  2. aux_source_directory(. DIR_SRC)
  3. add_library(Processor ${DIR_SRC})