X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/libs/dotconfpp/CMakeLists.txt diff --git a/libs/dotconfpp/CMakeLists.txt b/libs/dotconfpp/CMakeLists.txt new file mode 100644 index 00000000..eec079ed --- /dev/null +++ b/libs/dotconfpp/CMakeLists.txt @@ -0,0 +1,5 @@ +set ( CPP_FILES dotconfpp.cpp mempool.cpp ) + +add_library ( dotconfpp STATIC ${CPP_FILES} ) + +target_include_directories ( dotconfpp PUBLIC include )