Separated the strings used for document tree generation from code
[biaweb2.git] / CMakeLists.txt
1 cmake_minimum_required (VERSION 3.0)
2 project (biaweb2 CXX)
3 set (CMAKE_CXX_STANDARD 17)
4 add_executable (biaweb biaweb.cpp)
5 target_link_libraries (biaweb markdown fmt)
6