]> git.mxchange.org Git - flightgear.git/blobdiff - utils/TerraSync/CMakeLists.txt
Boo, typo.
[flightgear.git] / utils / TerraSync / CMakeLists.txt
index bedc1018d356ad9c4a1d821235fb3dfa6134e943..cc27ec82b4890b9ec3973693290bf0f1dd7963d9 100644 (file)
@@ -1,16 +1,9 @@
 
-find_package(SvnClient)
-
 add_executable(terrasync terrasync.cxx)
 
-target_link_libraries(terrasync 
-       ${SIMGEAR_LIBRARIES}
-       ${ZLIB_LIBRARIES}
-    ${WINSOCK_LIBRARY})
-
-if(HAVE_SVN_CLIENT)
-       target_link_libraries(terrasync ${SVN_CLIENT_LIBRARIES})
-endif()
-
+target_link_libraries(terrasync
+       ${SIMGEAR_CORE_LIBRARIES}
+       ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
+)
 
 install(TARGETS terrasync RUNTIME DESTINATION bin)