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