aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/development/cmake/module/bar
diff options
context:
space:
mode:
Diffstat (limited to 'src/development/cmake/module/bar')
-rw-r--r--src/development/cmake/module/bar/BarConfig.cmake1
-rw-r--r--src/development/cmake/module/bar/FindBar.cmake2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/development/cmake/module/bar/BarConfig.cmake b/src/development/cmake/module/bar/BarConfig.cmake
new file mode 100644
index 0000000..d5164cf
--- /dev/null
+++ b/src/development/cmake/module/bar/BarConfig.cmake
@@ -0,0 +1 @@
+message("BarConfig invoked")
diff --git a/src/development/cmake/module/bar/FindBar.cmake b/src/development/cmake/module/bar/FindBar.cmake
new file mode 100644
index 0000000..f2047ea
--- /dev/null
+++ b/src/development/cmake/module/bar/FindBar.cmake
@@ -0,0 +1,2 @@
+message("FindBar invoked")
+set(Bar_FOUND 1)