* Stuffextract should also use StormLib_static
This commit is contained in:
parent
41ca275866
commit
03d67b79eb
@ -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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user