1
0
Fork 0
flightgear/utils/stgmerge/CMakeLists.txt
2015-01-18 20:10:05 +00:00

10 lines
240 B
CMake

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