mirror of
https://github.com/MCLx86/xtreemtest.git
synced 2024-11-25 11:42:13 +01:00
4 lines
72 B
CMake
4 lines
72 B
CMake
|
add_library(jsoncpp STATIC jsoncpp.cpp)
|
||
|
target_link_libraries(jsoncpp)
|
||
|
|