]> git.stg.codes - stg.git/blob - libs/json/CMakeLists.txt
c60315501adf835b24888fe55b5414dd7282649b
[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 )