10 lines
192 B
CMake
10 lines
192 B
CMake
add_library(
|
|
jsoncpp STATIC
|
|
json_reader.cpp
|
|
json_value.cpp
|
|
json_valueiterator.inl
|
|
json_writer.cpp
|
|
)
|
|
|
|
target_include_directories(jsoncpp PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|