Added Method source group

This commit is contained in:
Foereaper
2014-12-23 01:23:30 +01:00
parent 40dd00f570
commit 1271d6bc92

View File

@@ -9,8 +9,13 @@ if ( USE_COREPCH )
include_directories(${CMAKE_SOURCE_DIR})
endif ()
# Iterates through all the source files and adds them to the solution
file(GLOB sources_localdir *.cpp *.h)
# Adds all the method headers to its own source group
file(GLOB method_headers *Methods.h)
source_group("Methods" FILES ${method_headers})
set(LuaEngine_STAT_SRCS
${LuaEngine_STAT_SRCS}
${sources_localdir}