mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
Compilation fix
This commit is contained in:
@@ -2,6 +2,7 @@ if( USE_COREPCH )
|
||||
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
||||
endif()
|
||||
|
||||
file(GLOB_RECURSE sources_Addons Addons/*.cpp Addons/*.h)
|
||||
file(GLOB sources_localdir *.cpp *.h)
|
||||
|
||||
# Build gamefw sourcelist
|
||||
@@ -14,6 +15,7 @@ endif()
|
||||
|
||||
set(gamefw_STAT_SRCS
|
||||
${gamefw_STAT_SRCS}
|
||||
${sources_Addons}
|
||||
${sources_localdir}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user