ospi
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

CMakeLists.txt
text/plain

Download raw (193 bytes)

SET(JSON_SRCS
	jsoncpp.cpp
)


INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
)

ADD_DEFINITIONS(-DJSON_IS_AMALGAMATION)

ADD_LIBRARY(jsoncpp STATIC ${JSON_SRCS})