mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-21 18:40:01 +00:00
Add CMakeLists.txt - should have been part of the last commit
This commit is contained in:
parent
7db274f1c5
commit
f1278232d2
@ -103,6 +103,8 @@ include_directories("."
|
||||
${CMAKE_HOME_DIRECTORY}/extern/caelum/include )
|
||||
link_directories(${Boost_LIBRARY_DIRS} ${OGRE_LIB_DIR})
|
||||
|
||||
ADD_SUBDIRECTORY( extern/caelum )
|
||||
|
||||
# Specify build paths
|
||||
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${OpenMW_BINARY_DIR}")
|
||||
@ -167,5 +169,3 @@ if (APPLE)
|
||||
MACOSX_BUNDLE_BUNDLE_NAME "OpenMW"
|
||||
)
|
||||
endif (APPLE)
|
||||
|
||||
ADD_SUBDIRECTORY( extern/caelum )
|
||||
|
Loading…
x
Reference in New Issue
Block a user