mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:15:32 +00:00
Mac port from ardekantur, minor fix to CMakeLists
This commit is contained in:
parent
a803c32733
commit
4d8040f96c
2 changed files with 2 additions and 1 deletions
|
@ -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})
|
||||
|
||||
|
|
1
game/render/.gitignore
vendored
Normal file
1
game/render/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
old
|
Loading…
Reference in a new issue