X-Git-Url: https://harrygodden.com/git/?p=convexer.git;a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=24260da888110af0de490ea0226623bd19ad7220;hp=0000000000000000000000000000000000000000;hb=05e7fa40fd47dd5bfeaa1de9e9eba73319ae8564;hpb=23283f27eb4a14456ba00dc05e83bf19ad71b1a6 diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..24260da --- /dev/null +++ b/CMakeLists.txt @@ -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 )