summaryrefslogtreecommitdiff
path: root/Tests/CMakeOnly/ProjectInclude/CMakeLists.txt
blob: a9abb4ad7a5556ccb521f9ff5c1f7020af07a7f9 (plain)
1
2
3
4
project(ProjectInclude)
if(NOT AUTO_INCLUDE)
  message(FATAL_ERROR "include file not found")
endif()