mirror of
https://github.com/dragonfireclient/dragonfireclient.git
synced 2024-12-04 07:54:00 -05:00
8735a85a30
Otherwise it can happen that these are built as shared depending on the options passed to CMake, which obviously isn't intended.
3 lines
72 B
CMake
3 lines
72 B
CMake
add_library(jsoncpp STATIC jsoncpp.cpp)
|
|
target_link_libraries(jsoncpp)
|
|
|