]> git.stg.codes - stg.git/blob - libs/dotconfpp/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[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 )