From: Clément de l'Hamaide Date: Sat, 12 Oct 2013 17:20:38 +0000 (+0200) Subject: fgcom-sa: remove plib, zlib, win dependencies X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e0c97199e6bdeeec1a4b0972c3d81c2d31bcfc73;p=flightgear.git fgcom-sa: remove plib, zlib, win dependencies --- diff --git a/utils/fgcom/CMakeLists.txt b/utils/fgcom/CMakeLists.txt index ae2213dd5..f733e2411 100644 --- a/utils/fgcom/CMakeLists.txt +++ b/utils/fgcom/CMakeLists.txt @@ -31,9 +31,6 @@ include_directories( ${CMAKE_SOURCE_DIR}/3rdparty/iaxclient/lib ) # for iaxclient.h # Now include simgear libraries target_link_Libraries( ${name} - ${win_LIBS} - ${PLIB_LIBRARIES} - ${ZLIB_LIBRARIES} ${OPENAL_LIBRARY} ${SIMGEAR_CORE_LIBRARIES} ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES} )