1
0
Fork 0
flightgear/src/Canvas/CMakeLists.txt
Thomas Geymayer 28779e7a51 Update for new simgear Canvas system.
A refactored version of the Canvas system can now be found in
SimGear.
2012-11-04 14:18:31 +01:00

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}")