forked from mirror/openmw-tes3mp
Add CMakeLists.txt - should have been part of the last commit
This commit is contained in:
parent
7db274f1c5
commit
f1278232d2
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue