]> git.mxchange.org Git - flightgear.git/blobdiff - utils/TerraSync/CMakeLists.txt
Boo, typo.
[flightgear.git] / utils / TerraSync / CMakeLists.txt
index 86526eb0b932c609c6f667fb228213b23a6bb856..cc27ec82b4890b9ec3973693290bf0f1dd7963d9 100644 (file)
@@ -1,19 +1,9 @@
 
-if(LIBSVN_FOUND)
-       include_directories(${LIBSVN_INCLUDE_DIR})
-endif(LIBSVN_FOUND)
-       
 add_executable(terrasync terrasync.cxx)
 
-target_link_libraries(terrasync 
-       ${SIMGEAR_LIBRARIES}
-       ${ZLIB_LIBRARIES}
-    ${WINSOCK_LIBRARY})
-
-if(LIBSVN_FOUND)
-       target_link_libraries(terrasync ${LIBSVN_LIBRARIES})
-       set_property(TARGET terrasync APPEND PROPERTY COMPILE_FLAGS ${APR_CFLAGS})
-endif()
-
+target_link_libraries(terrasync
+       ${SIMGEAR_CORE_LIBRARIES}
+       ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
+)
 
 install(TARGETS terrasync RUNTIME DESTINATION bin)