1
0
Fork 0
flightgear/3rdparty/cjson/CMakeLists.txt

12 lines
134 B
Text
Raw Normal View History

2014-03-03 20:59:16 +00:00
include(FlightGearComponent)
set(SOURCES
cJSON.c
)
set(HEADERS
cJSON.h
)
flightgear_component(CJSON "${SOURCES}" "${HEADERS}")