diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f6327315..bbe009090 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ endif (WIN32) # Dependencies find_package(OGRE REQUIRED) -find_package(BOOST REQUIRED) +find_package(Boost REQUIRED) include_directories("." ${OGRE_INCLUDE_DIR} ${Boost_INCLUDE_DIR} ${PLATFORM_INCLUDE_DIR}) link_directories(${Boost_LIBRARY_DIRS} ${OGRE_LIB_DIR}) diff --git a/game/render/.gitignore b/game/render/.gitignore new file mode 100644 index 000000000..3367afdbb --- /dev/null +++ b/game/render/.gitignore @@ -0,0 +1 @@ +old