2010-11-30 10:08:30 +00:00
|
|
|
|
|
|
|
add_executable(terrasync terrasync.cxx)
|
|
|
|
|
2011-09-01 19:05:50 +00:00
|
|
|
target_link_libraries(terrasync
|
2011-09-08 12:59:40 +00:00
|
|
|
${SIMGEAR_CORE_LIBRARIES}
|
2011-09-11 09:22:10 +00:00
|
|
|
${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
|
|
|
|
)
|
2010-11-30 10:08:30 +00:00
|
|
|
|
|
|
|
install(TARGETS terrasync RUNTIME DESTINATION bin)
|