summaryrefslogtreecommitdiff
path: root/pocs/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pocs/CMakeLists.txt')
-rw-r--r--pocs/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/pocs/CMakeLists.txt b/pocs/CMakeLists.txt
new file mode 100644
index 00000000..03e1d2c0
--- /dev/null
+++ b/pocs/CMakeLists.txt
@@ -0,0 +1,12 @@
+# dependencies
+
+find_package(Threads REQUIRED)
+
+# third-party
+
+include_directories(${CMAKE_CURRENT_SOURCE_DIR})
+
+if (EMSCRIPTEN)
+else()
+ add_subdirectory(vdot)
+endif()