aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cmake/examples/dynamic/baz.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cmake/examples/dynamic/baz.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmake/examples/dynamic/baz.cpp b/cmake/examples/dynamic/baz.cpp
new file mode 100644
index 0000000..d108ae3
--- /dev/null
+++ b/cmake/examples/dynamic/baz.cpp
@@ -0,0 +1,7 @@
+#include "baz.hpp"
+
+#include <iostream>
+
+void baz() {
+ std::cout << "baz\n";
+}