aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cmake/examples/dynamic/bar.cpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-07 03:26:04 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-07 03:26:04 +0300
commita2bc2333b474adfde66c6cd67315f227491f157c (patch)
treeec649e03f10e14f92258e68a1ecbe81febca2af3 /cmake/examples/dynamic/bar.cpp
parentcmake/build: remove the --clean parameter (diff)
downloadcmake-common-a2bc2333b474adfde66c6cd67315f227491f157c.tar.gz
cmake-common-a2bc2333b474adfde66c6cd67315f227491f157c.zip
cmake: add examples
Diffstat (limited to 'cmake/examples/dynamic/bar.cpp')
-rw-r--r--cmake/examples/dynamic/bar.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmake/examples/dynamic/bar.cpp b/cmake/examples/dynamic/bar.cpp
new file mode 100644
index 0000000..37aa9b5
--- /dev/null
+++ b/cmake/examples/dynamic/bar.cpp
@@ -0,0 +1,7 @@
+#include "bar.hpp"
+
+#include <iostream>
+
+void bar() {
+ std::cout << "bar\n";
+}