5 lines
101 B
CMake
5 lines
101 B
CMake
project(ProjectInclude)
|
|
if(NOT AUTO_INCLUDE)
|
|
message(FATAL_ERROR "include file not found")
|
|
endif()
|