1
0
Fork 0
flightgear/utils/TerraSync/CMakeLists.txt
2012-02-24 22:23:15 +01:00

9 lines
193 B
CMake

add_executable(terrasync terrasync.cxx)
target_link_libraries(terrasync
${SIMGEAR_CORE_LIBRARIES}
${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
)
install(TARGETS terrasync RUNTIME DESTINATION bin)