1
0
Fork 0

Added AllToLua.pkg to MSVC project files.

MSVC ignores the file when compiling and it makes it easier to open it up for editing.
This commit is contained in:
madmaxoft 2014-02-09 16:22:49 +01:00
parent 9795bfcbe3
commit 4bcaf302b9
1 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,7 @@ else ()
"${PATH}/*.cpp"
"${PATH}/*.h"
"${PATH}/*.rc"
"${PATH}/*.pkg"
)
source_group("${PATH}" FILES ${FOLDER_FILES})
endfunction(includefolder)
@ -154,6 +155,7 @@ else ()
file(GLOB_RECURSE SOURCE
"*.cpp"
"*.h"
"*.pkg"
)
include_directories("${PROJECT_SOURCE_DIR}")