]> git.stg.codes - stg.git/blob - libs/dotconfpp/CMakeLists.txt
Add missing file template.
[stg.git] / libs / dotconfpp / CMakeLists.txt
1 set ( CPP_FILES dotconfpp.cpp mempool.cpp )
2
3 add_library ( dotconfpp STATIC ${CPP_FILES} )
4
5 target_include_directories ( dotconfpp PUBLIC include )