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}/*.cpp"
|
||||||
"${PATH}/*.h"
|
"${PATH}/*.h"
|
||||||
"${PATH}/*.rc"
|
"${PATH}/*.rc"
|
||||||
|
"${PATH}/*.pkg"
|
||||||
)
|
)
|
||||||
source_group("${PATH}" FILES ${FOLDER_FILES})
|
source_group("${PATH}" FILES ${FOLDER_FILES})
|
||||||
endfunction(includefolder)
|
endfunction(includefolder)
|
||||||
@ -154,6 +155,7 @@ else ()
|
|||||||
file(GLOB_RECURSE SOURCE
|
file(GLOB_RECURSE SOURCE
|
||||||
"*.cpp"
|
"*.cpp"
|
||||||
"*.h"
|
"*.h"
|
||||||
|
"*.pkg"
|
||||||
)
|
)
|
||||||
|
|
||||||
include_directories("${PROJECT_SOURCE_DIR}")
|
include_directories("${PROJECT_SOURCE_DIR}")
|
||||||
|
Loading…
Reference in New Issue
Block a user