Update to CMake, tweaks & dds
[convexer.git] / CMakeLists.txt
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644 (file)
index 0000000..24260da
--- /dev/null
@@ -0,0 +1,8 @@
+cmake_minimum_required(VERSION 3.5)
+
+project( convexer )
+
+set( CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} )
+
+add_subdirectory( cxr )
+add_subdirectory( nbvtf )