Buildsystem: Clean up target link-definitions a bit

--HG--
branch : trunk
This commit is contained in:
click
2010-08-30 22:58:37 +02:00
parent 376958d474
commit 511d571d25
8 changed files with 49 additions and 109 deletions
+3 -8
View File
@@ -67,12 +67,7 @@ endif()
add_library(g3dlib STATIC ${g3dlib_STAT_SRCS})
if(WIN32)
target_link_libraries(g3dlib
zlib
)
else()
target_link_libraries(g3dlib
${ZLIB_LIBRARIES}
)
target_link_libraries(g3dlib
${ZLIB_LIBRARIES}
)
endif()