summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_package/PackageRoot/FindBar.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/find_package/PackageRoot/FindBar.cmake')
-rw-r--r--Tests/RunCMake/find_package/PackageRoot/FindBar.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/find_package/PackageRoot/FindBar.cmake b/Tests/RunCMake/find_package/PackageRoot/FindBar.cmake
new file mode 100644
index 0000000..eefa49c
--- /dev/null
+++ b/Tests/RunCMake/find_package/PackageRoot/FindBar.cmake
@@ -0,0 +1,6 @@
+find_file(BAR_TEST_FILE_FOO foo.h)
+find_file(BAR_TEST_FILE_BAR bar.h)
+find_path(BAR_TEST_PATH_FOO foo.h)
+find_path(BAR_TEST_PATH_BAR bar.h)
+find_program(BAR_TEST_PROG_FOO foo.exe)
+find_program(BAR_TEST_PROG_BAR bar.exe)