12 lines
143 B
CMake
12 lines
143 B
CMake
|
include(FlightGearComponent)
|
||
|
|
||
|
set(SOURCES
|
||
|
mongoose.c
|
||
|
)
|
||
|
|
||
|
set(HEADERS
|
||
|
mongoose.h
|
||
|
)
|
||
|
|
||
|
flightgear_component(Mongoose "${SOURCES}" "${HEADERS}")
|