12 lines
134 B
CMake
12 lines
134 B
CMake
|
include(FlightGearComponent)
|
||
|
|
||
|
set(SOURCES
|
||
|
cJSON.c
|
||
|
)
|
||
|
|
||
|
set(HEADERS
|
||
|
cJSON.h
|
||
|
)
|
||
|
|
||
|
flightgear_component(CJSON "${SOURCES}" "${HEADERS}")
|