]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/tsync/CMakeLists.txt
Remove using std:: from the metar header, remove HTTP support, add very basic unit...
[simgear.git] / simgear / scene / tsync / CMakeLists.txt
index 238e0b90e7bc187e5e147b04dbd89aedef2b7eb1..5c0be4297e7a5ab53de9c642d71bf361cdbb7601 100644 (file)
@@ -8,4 +8,15 @@ set(SOURCES
     terrasync.cxx
     )
 
+if(LIBSVN_FOUND)
+       add_definitions(${APR_CFLAGS})
+
+       IF(APPLE)
+               set_property(SOURCE terrasync.cxx PROPERTY COMPILE_FLAGS "-iwithsysroot ${LIBSVN_INCLUDE_DIR}")
+       ELSE()
+               include_directories(${LIBSVN_INCLUDE_DIR})
+       ENDIF(APPLE)
+
+endif()
+
 simgear_component(tsync scene/tsync "${SOURCES}" "${HEADERS}")