CMake/Tests/CMakeOnly/ProjectInclude/CMakeLists.txt

5 lines
101 B
CMake

project(ProjectInclude)
if(NOT AUTO_INCLUDE)
message(FATAL_ERROR "include file not found")
endif()