Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cmake/examples/dynamic/foo.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cmake/examples/dynamic/foo.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmake/examples/dynamic/foo.cpp b/cmake/examples/dynamic/foo.cpp
new file mode 100644
index 0000000..c6355a2
--- /dev/null
+++ b/cmake/examples/dynamic/foo.cpp
@@ -0,0 +1,6 @@
+#include <bar.hpp>
+
+int main() {
+ bar();
+ return 0;
+}