Update to CMake, tweaks & dds
[convexer.git] / CMakeLists.txt
1 cmake_minimum_required(VERSION 3.5)
2
3 project( convexer )
4
5 set( CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} )
6
7 add_subdirectory( cxr )
8 add_subdirectory( nbvtf )