aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cmake/examples/static/bar.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cmake/examples/static/bar.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/examples/static/bar.hpp b/cmake/examples/static/bar.hpp
new file mode 100644
index 0000000..a3ea4c1
--- /dev/null
+++ b/cmake/examples/static/bar.hpp
@@ -0,0 +1,3 @@
+#pragma once
+
+void bar();