]> git.mxchange.org Git - simgear.git/blobdiff - simgear/CMakeLists.txt
Remove the dependency on boost for STANDALONE mode
[simgear.git] / simgear / CMakeLists.txt
index abb4b65a8c4e78b5df5b2f6a5d87b72920252487..37ef4fdc6c3291a45012725edf600f4a20cfb0d3 100644 (file)
@@ -1,7 +1,7 @@
 
 file(WRITE ${PROJECT_BINARY_DIR}/simgear/version.h "#define SIMGEAR_VERSION ${SIMGEAR_VERSION}")
 
-foreach( mylibfolder 
+foreach( mylibfolder
         bucket
         bvh
         debug
@@ -122,7 +122,8 @@ target_link_libraries(SimGearCore
     ${DL_LIBRARY}
     ${EXPAT_LIBRARIES}
     ${CMAKE_THREAD_LIBS_INIT}
-    ${COCOA_LIBRARY})
+    ${COCOA_LIBRARY}
+    ${CURL_LIBRARIES})
 
 if(NOT SIMGEAR_HEADLESS)
     target_link_libraries(SimGearScene