mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-17 20:42:29 +00:00
CMake patch from Andrew Belitsky: Improved Linux handling.
This commit is contained in:
parent
320fb3f8b8
commit
ef871c813b
@ -9,9 +9,10 @@ set(MANGLE_VFS mangle/vfs/servers/ogre_vfs.cpp)
|
|||||||
set(GAME game/main.cpp)
|
set(GAME game/main.cpp)
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# Not exactly platform independent, FIXME!
|
find_package(PkgConfig REQUIRED)
|
||||||
add_definitions(-I/usr/local/include/OGRE)
|
pkg_check_modules(OGRE REQUIRED OGRE)
|
||||||
|
include_directories(${OGRE_INCLUDE_DIRS})
|
||||||
|
|
||||||
# Main executable
|
# Main executable
|
||||||
add_executable(openmw ${BSA} ${TOOLS} ${GAME})
|
add_executable(openmw ${BSA} ${TOOLS} ${GAME})
|
||||||
target_link_libraries(openmw OgreMain)
|
target_link_libraries(openmw ${OGRE_LIBRARIES})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user