15 lines
No EOL
232 B
CMake
15 lines
No EOL
232 B
CMake
include(FlightGearComponent)
|
|
|
|
set(SOURCES
|
|
canvas_mgr.cxx
|
|
FGCanvasSystemAdapter.cxx
|
|
gui_mgr.cxx
|
|
)
|
|
|
|
set(HEADERS
|
|
canvas_mgr.hxx
|
|
FGCanvasSystemAdapter.hxx
|
|
gui_mgr.hxx
|
|
)
|
|
|
|
flightgear_component(Canvas "${SOURCES}" "${HEADERS}") |