mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 03:53:48 +00:00
feat(Core/Deps): Added fmt lib (#2190)
* About library (https://github.com/fmtlib/fmt)
This commit is contained in:
@@ -30,8 +30,7 @@ endif()
|
||||
GroupSources(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
add_library(common
|
||||
${PRIVATE_SOURCES}
|
||||
)
|
||||
${PRIVATE_SOURCES})
|
||||
|
||||
CollectIncludeDirectories(
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
@@ -59,7 +58,8 @@ target_link_libraries(common
|
||||
utf8cpp
|
||||
openssl
|
||||
threads
|
||||
jemalloc)
|
||||
jemalloc
|
||||
fmt)
|
||||
|
||||
set_target_properties(common
|
||||
PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user