summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/NinjaPrivateDeps/CMP0154-NEW-Build-PublicFileSet-Source-check.cmake
blob: cfceb7a190ab67bff7187dc00ed08573200a6f7b (plain)
1
2
3
if (NOT EXISTS ${RunCMake_TEST_BINARY_DIR}/public.h)
  set(RunCMake_TEST_FAILED "Public header did not generate before compilation.")
endif()