Changed the rendering code for templating output
[biaweb2.git] / CMakeLists.txt
index cc14265..47c11a9 100644 (file)
@@ -2,5 +2,5 @@ cmake_minimum_required (VERSION 3.0)
 project (biaweb2 CXX)
 set (CMAKE_CXX_STANDARD 17)
 add_executable (biaweb biaweb.cpp)
-target_link_libraries (biaweb markdown)
+target_link_libraries (biaweb markdown fmt)