fixed include paths on windows and added build dir to gitignore
This commit is contained in:
parent
c7d766bbcc
commit
162b085d80
1
.gitignore
vendored
1
.gitignore
vendored
@ -52,6 +52,7 @@ install_mainfest.txt
|
||||
src/MCServer
|
||||
lib/tolua++/tolua
|
||||
src/Bindings/Bindings.*
|
||||
MCServer.dir/
|
||||
|
||||
#win32 cmake stuff
|
||||
*.vcxproj
|
||||
|
@ -41,6 +41,8 @@ file(GLOB_RECURSE SOURCE
|
||||
"*.h"
|
||||
)
|
||||
|
||||
include_directories("${PROJECT_SOURCE_DIR}")
|
||||
|
||||
source_group("" FILES ${SOURCE})
|
||||
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user