]> git.mxchange.org Git - flightgear.git/blob - utils/TerraSync/CMakeLists.txt
FGCom-sa: force console output
[flightgear.git] / utils / TerraSync / CMakeLists.txt
1
2 add_executable(terrasync terrasync.cxx)
3
4 target_link_libraries(terrasync
5         ${SIMGEAR_CORE_LIBRARIES}
6         ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
7 )
8
9 install(TARGETS terrasync RUNTIME DESTINATION bin)