]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/CMakeLists.txt
Make HTTPClient a proper subsystem.
[flightgear.git] / src / Main / CMakeLists.txt
index 6ea3419e487d6ebee81a4fb96c086a4265d47c7b..b6e00a208909688c9b833f079b6724f62835a7c7 100644 (file)
@@ -90,6 +90,10 @@ if(ENABLE_JSBSIM)
     target_link_libraries(fgfs JSBSim)
 endif()
 
+if(FG_HAVE_GPERFTOOLS)
+    target_link_libraries(fgfs profiler tcmalloc)
+endif()
+
 target_link_libraries(fgfs
        ${SQLITE3_LIBRARY}
        ${SIMGEAR_LIBRARIES}