Compilation fix

This commit is contained in:
Yehonal
2016-08-23 14:23:45 +02:00
parent 85b8aa7ce8
commit 5fa9ed6f28
6 changed files with 11 additions and 7 deletions

View File

@@ -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}
)