mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-12 07:47:12 +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/System/Path.cpp Library/System/Path.hpp
|
||||||
Library/Utils.cpp Library/Utils.hpp
|
Library/Utils.cpp Library/Utils.hpp
|
||||||
Library/Utils/Buffer.cpp Library/Utils/Buffer.hpp
|
Library/Utils/Buffer.cpp Library/Utils/Buffer.hpp
|
||||||
|
Library/Web.cpp Library/Web.hpp
|
||||||
Library/XML.cpp Library/XML.hpp
|
Library/XML.cpp Library/XML.hpp
|
||||||
Misc/Broadcast.cpp
|
Misc/Broadcast.cpp
|
||||||
Misc/Constants.cpp
|
Misc/Constants.cpp
|
||||||
@ -80,7 +81,7 @@ if(GCC OR MINGW)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
# Link to libraries
|
# 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
|
# Enable LTO
|
||||||
if (LTO_ENABLED)
|
if (LTO_ENABLED)
|
||||||
target_link_libraries(SqModule -flto)
|
target_link_libraries(SqModule -flto)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user