]> git.stg.codes - stg.git/blob - libs/json/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / libs / json / CMakeLists.txt
1 set ( CPP_FILES generator.cpp parser.cpp )
2
3 add_library ( json STATIC ${CPP_FILES} )
4
5 target_include_directories ( json PUBLIC include )
6
7 target_link_libraries ( json common )