28779e7a51
A refactored version of the Canvas system can now be found in SimGear.
17 lines
No EOL
258 B
CMake
17 lines
No EOL
258 B
CMake
include(FlightGearComponent)
|
|
|
|
set(SOURCES
|
|
canvas_mgr.cxx
|
|
FGCanvasSystemAdapter.cxx
|
|
gui_mgr.cxx
|
|
window.cxx
|
|
)
|
|
|
|
set(HEADERS
|
|
canvas_mgr.hxx
|
|
FGCanvasSystemAdapter.hxx
|
|
gui_mgr.hxx
|
|
window.hxx
|
|
)
|
|
|
|
flightgear_component(Canvas "${SOURCES}" "${HEADERS}") |