]> git.mxchange.org Git - flightgear.git/blob - CMakeLists.txt
cc27ec82b4890b9ec3973693290bf0f1dd7963d9
[flightgear.git] / 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)