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:
parent
9795bfcbe3
commit
4bcaf302b9
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user