mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Update CMakeLists.txt
This commit is contained in:
parent
cce275ed61
commit
076da5fe02
@ -55,6 +55,7 @@ add_library(SqModule MODULE
|
||||
Library/System/Path.cpp Library/System/Path.hpp
|
||||
Library/Utils.cpp Library/Utils.hpp
|
||||
Library/Utils/Buffer.cpp Library/Utils/Buffer.hpp
|
||||
Library/Web.cpp Library/Web.hpp
|
||||
Library/XML.cpp Library/XML.hpp
|
||||
Misc/Broadcast.cpp
|
||||
Misc/Constants.cpp
|
||||
@ -80,7 +81,7 @@ if(GCC OR MINGW)
|
||||
endif()
|
||||
endif()
|
||||
# Link to libraries
|
||||
target_link_libraries(SqModule SqModSDK SimpleINI HashLib B64Lib AES256Lib WhirlpoolLib TinyDir PUGIXML SQLite MaxmindDB SimpleSocket)
|
||||
target_link_libraries(SqModule SqModSDK SimpleINI HashLib B64Lib AES256Lib WhirlpoolLib TinyDir PUGIXML SQLite MaxmindDB SimpleSocket CivetWeb ConcurrentQueue MuJS)
|
||||
# Enable LTO
|
||||
if (LTO_ENABLED)
|
||||
target_link_libraries(SqModule -flto)
|
||||
|
Loading…
Reference in New Issue
Block a user