CMakeLists.txt 101 B

1234
  1. project(ProjectInclude)
  2. if(NOT AUTO_INCLUDE)
  3. message(FATAL_ERROR "include file not found")
  4. endif()