X-Git-Url: https://harishankar.org/repos/?p=biaweb2.git;a=blobdiff_plain;f=CMakeLists.txt;h=47c11a9445c129771a5af655f9a55820a8c17886;hp=cc14265babff99b50a3fa452d1de7c0fb3e2a8d8;hb=fe9a0fef0b31ee3b94b3e73b7e319087a49a3054;hpb=b6425f960a30045333fb2ef531832a0b5858200d diff --git a/CMakeLists.txt b/CMakeLists.txt index cc14265..47c11a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)