1
0
Fork 0
flightgear/utils/fgelev/CMakeLists.txt
2016-06-27 13:21:26 +02:00

11 lines
256 B
CMake

add_executable(fgelev fgelev.cxx)
target_link_libraries(fgelev
${SIMGEAR_LIBRARIES}
${OPENSCENEGRAPH_LIBRARIES}
${OPENGL_LIBRARIES}
${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
${ZLIB_LIBRARY}
)
install(TARGETS fgelev RUNTIME DESTINATION bin)