mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 18:13:48 +00:00
feat(Core/Library): Rename shared library to common (#1675)
This commit is contained in:
@@ -16,7 +16,7 @@ CollectSourceFiles(
|
||||
add_executable(mapextractor
|
||||
${PRIVATE_SOURCES}
|
||||
)
|
||||
|
||||
|
||||
target_include_directories(mapextractor
|
||||
PUBLIC
|
||||
${CMAKE_SOURCE_DIR}
|
||||
@@ -24,7 +24,7 @@ target_include_directories(mapextractor
|
||||
|
||||
target_link_libraries(mapextractor
|
||||
PUBLIC
|
||||
shared
|
||||
common
|
||||
mpq)
|
||||
|
||||
CollectIncludeDirectories(
|
||||
|
||||
Reference in New Issue
Block a user