]> git.mxchange.org Git - flightgear.git/blob - utils/fgviewer/CMakeLists.txt
Initial work on CMake build files, with considerable help from Olaf Flebbe.
[flightgear.git] / utils / fgviewer / CMakeLists.txt
1
2 add_executable(fgviewer fgviewer.cxx)
3
4 target_link_libraries(fgviewer 
5         ${SIMGEAR_LIBRARIES}
6         ${OPENSCENEGRAPH_LIBRARIES} 
7         ${OPENGL_LIBRARIES}
8         ${ZLIB_LIBRARIES}
9         ${PLIB_LIBRARIES})
10         
11 install(TARGETS fgviewer RUNTIME DESTINATION bin)