1
0

fixed include paths on windows and added build dir to gitignore

This commit is contained in:
tycho 2013-12-20 00:31:52 +00:00
parent c7d766bbcc
commit 162b085d80
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -52,6 +52,7 @@ install_mainfest.txt
src/MCServer
lib/tolua++/tolua
src/Bindings/Bindings.*
MCServer.dir/
#win32 cmake stuff
*.vcxproj

View File

@ -41,6 +41,8 @@ file(GLOB_RECURSE SOURCE
"*.h"
)
include_directories("${PROJECT_SOURCE_DIR}")
source_group("" FILES ${SOURCE})
endif()