* Stuffextract should also use StormLib_static

This commit is contained in:
Shlainn 2011-12-12 15:14:10 +01:00
parent 41ca275866
commit 03d67b79eb

View File

@ -5,7 +5,7 @@ StuffExtract.cpp
) )
# Link the executable to the libraries. # Link the executable to the libraries.
set(STUFFEXTRACT_LIBS shared StormLib zlib) set(STUFFEXTRACT_LIBS shared StormLib_static zlib)
if(UNIX) if(UNIX)
list(APPEND STUFFEXTRACT_LIBS bz2) list(APPEND STUFFEXTRACT_LIBS bz2)
endif() endif()