1
0
Fork 0
flightgear/utils/fgviewer/CMakeLists.txt
Mathias Froehlich 6b6238293f Revert to simgears thread support. Flightgear side.
For all source directories outside of simgear/scene,
which really depends very hard on osg, avoid using osg
classes. This should reenable the use of some basic and
scenegraph independent parts of simgear without the
the need for osg.
2011-09-06 07:31:12 +02:00

12 lines
255 B
CMake

add_executable(fgviewer fgviewer.cxx)
target_link_libraries(fgviewer
${SIMGEAR_LIBRARIES}
${OPENSCENEGRAPH_LIBRARIES}
${OPENGL_LIBRARIES}
${ZLIB_LIBRARIES}
${PLIB_LIBRARIES}
${RT_LIBRARY})
install(TARGETS fgviewer RUNTIME DESTINATION bin)