2010-07-08 20:53:14 +00:00
|
|
|
# local files
|
2014-08-26 15:31:34 +00:00
|
|
|
set(GAME
|
|
|
|
main.cpp
|
|
|
|
engine.cpp
|
2014-09-04 21:17:31 +00:00
|
|
|
|
|
|
|
${CMAKE_SOURCE_DIR}/files/openmw/openmw.rc
|
2014-08-26 15:31:34 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
if (ANDROID)
|
|
|
|
set(GAME ${GAME} android_main.c)
|
2014-09-05 22:02:39 +00:00
|
|
|
endif()
|
2014-08-26 15:31:34 +00:00
|
|
|
|
2014-09-05 22:02:39 +00:00
|
|
|
if(NOT WIN32 AND NOT ANDROID)
|
2013-11-18 11:34:25 +00:00
|
|
|
set(GAME ${GAME} crashcatcher.cpp)
|
|
|
|
endif()
|
2010-08-03 09:14:57 +00:00
|
|
|
set(GAME_HEADER
|
2011-07-08 12:39:23 +00:00
|
|
|
engine.hpp
|
2012-01-28 00:36:17 +00:00
|
|
|
)
|
2010-07-08 20:53:14 +00:00
|
|
|
source_group(game FILES ${GAME} ${GAME_HEADER})
|
|
|
|
|
2011-10-22 11:55:06 +00:00
|
|
|
add_openmw_dir (mwrender
|
2013-04-29 12:50:40 +00:00
|
|
|
renderingmanager debugging sky camera animation npcanimation creatureanimation activatoranimation
|
2013-08-16 11:01:52 +00:00
|
|
|
actors objects renderinginterface localmap occlusionquery water shadows
|
2014-01-07 20:07:02 +00:00
|
|
|
characterpreview globalmap videoplayer ripplesimulation refraction
|
2014-08-07 18:43:33 +00:00
|
|
|
terrainstorage renderconst effectmanager weaponanimation
|
2011-01-08 14:11:37 +00:00
|
|
|
)
|
2010-07-08 20:53:14 +00:00
|
|
|
|
2011-10-29 11:17:04 +00:00
|
|
|
add_openmw_dir (mwinput
|
2013-01-10 21:21:47 +00:00
|
|
|
inputmanagerimp
|
2010-07-08 20:53:14 +00:00
|
|
|
)
|
|
|
|
|
2011-10-29 11:17:04 +00:00
|
|
|
add_openmw_dir (mwgui
|
2013-04-10 17:05:15 +00:00
|
|
|
textinput widgets race class birth review windowmanagerimp console dialogue
|
2013-05-06 13:30:23 +00:00
|
|
|
windowbase statswindow messagebox journalwindow charactercreation
|
2013-04-10 17:05:15 +00:00
|
|
|
mapwindow windowpinnablebase tooltips scrollwindow bookwindow list
|
2012-05-24 13:57:23 +00:00
|
|
|
formatting inventorywindow container hud countdialog tradewindow settingswindow
|
2012-08-26 08:52:06 +00:00
|
|
|
confirmationdialog alchemywindow referenceinterface spellwindow mainmenu quickkeysmenu
|
2012-09-22 22:36:20 +00:00
|
|
|
itemselection spellbuyingwindow loadingscreen levelupdialog waitdialog spellcreationdialog
|
2013-03-03 11:01:19 +00:00
|
|
|
enchantingdialog trainingwindow travelwindow imagebutton exposedwindow cursor spellicons
|
2013-01-27 20:07:28 +00:00
|
|
|
merchantrepair repair soulgemdialog companionwindow bookpage journalviewmodel journalbooks
|
2013-05-11 16:38:27 +00:00
|
|
|
keywordsearch itemmodel containeritemmodel inventoryitemmodel sortfilteritemmodel itemview
|
2014-09-12 02:27:23 +00:00
|
|
|
tradeitemmodel companionitemmodel pickpocketitemmodel controllers savegamedialog
|
2014-08-01 14:25:41 +00:00
|
|
|
recharge mode videowidget backgroundimage itemwidget screenfader
|
2010-07-08 20:53:14 +00:00
|
|
|
)
|
|
|
|
|
2011-10-29 11:17:04 +00:00
|
|
|
add_openmw_dir (mwdialogue
|
2012-11-08 15:49:38 +00:00
|
|
|
dialoguemanagerimp journalimp journalentry quest topic filter selectwrapper
|
2010-08-03 11:17:31 +00:00
|
|
|
)
|
2011-10-29 11:17:04 +00:00
|
|
|
|
|
|
|
add_openmw_dir (mwscript
|
2012-08-08 13:18:55 +00:00
|
|
|
locals scriptmanagerimp compilercontext interpretercontext cellextensions miscextensions
|
2011-10-29 11:17:04 +00:00
|
|
|
guiextensions soundextensions skyextensions statsextensions containerextensions
|
|
|
|
aiextensions controlextensions extensions globalscripts ref dialogueextensions
|
2014-03-16 20:39:46 +00:00
|
|
|
animationextensions transformationextensions consoleextensions userextensions
|
2010-08-03 11:17:31 +00:00
|
|
|
)
|
|
|
|
|
2011-10-29 11:17:04 +00:00
|
|
|
add_openmw_dir (mwsound
|
2014-07-28 22:26:26 +00:00
|
|
|
soundmanagerimp openal_output ffmpeg_decoder sound sound_decoder sound_output loudness
|
2010-09-30 13:42:28 +00:00
|
|
|
)
|
2011-10-29 11:17:04 +00:00
|
|
|
|
|
|
|
add_openmw_dir (mwworld
|
2012-07-03 10:30:50 +00:00
|
|
|
refdata worldimp physicssystem scene globals class action nullaction actionteleport
|
2012-11-17 17:17:08 +00:00
|
|
|
containerstore actiontalk actiontake manualref player cellfunctors failedaction
|
2012-05-11 14:41:27 +00:00
|
|
|
cells localscripts customdata weather inventorystore ptr actionopen actionread
|
2012-09-13 11:02:26 +00:00
|
|
|
actionequip timestamp actionalchemy cellstore actionapply actioneat
|
2013-04-28 12:59:15 +00:00
|
|
|
esmstore store recordcmp fallback actionrepair actionsoulgem livecellref actiondoor
|
2014-05-25 12:13:07 +00:00
|
|
|
contentloader esmloader omwloader actiontrap cellreflist projectilemanager cellref
|
2010-07-26 10:52:32 +00:00
|
|
|
)
|
2010-07-08 20:53:14 +00:00
|
|
|
|
2011-10-29 11:17:04 +00:00
|
|
|
add_openmw_dir (mwclass
|
|
|
|
classes activator creature npc weapon armor potion apparatus book clothing container door
|
|
|
|
ingredient creaturelevlist itemlevlist light lockpick misc probe repair static
|
2010-07-26 09:15:38 +00:00
|
|
|
)
|
2011-10-29 11:17:04 +00:00
|
|
|
|
|
|
|
add_openmw_dir (mwmechanics
|
2013-03-31 22:29:41 +00:00
|
|
|
mechanicsmanagerimp stat character creaturestats magiceffects movement actors objects
|
2014-05-13 07:58:32 +00:00
|
|
|
drawstate spells activespells npcstats aipackage aisequence aipursue alchemy aiwander aitravel aifollow aiavoiddoor
|
2014-04-03 19:13:47 +00:00
|
|
|
aiescort aiactivate aicombat repair enchanting pathfinding pathgrid security spellsuccess spellcasting
|
2014-08-27 22:41:52 +00:00
|
|
|
disease pickpocket levelledlist combat steering obstacle autocalcspell difficultyscaling aicombataction
|
2010-07-26 09:15:38 +00:00
|
|
|
)
|
2010-07-08 20:53:14 +00:00
|
|
|
|
2013-11-16 09:31:46 +00:00
|
|
|
add_openmw_dir (mwstate
|
2013-11-19 14:38:26 +00:00
|
|
|
statemanagerimp charactermanager character
|
2010-07-26 09:15:38 +00:00
|
|
|
)
|
2010-07-08 20:53:14 +00:00
|
|
|
|
2012-04-23 08:57:16 +00:00
|
|
|
add_openmw_dir (mwbase
|
2012-08-11 15:30:55 +00:00
|
|
|
environment world scriptmanager dialoguemanager journal soundmanager mechanicsmanager
|
2013-11-19 14:38:26 +00:00
|
|
|
inputmanager windowmanager statemanager
|
2012-04-23 08:57:16 +00:00
|
|
|
)
|
|
|
|
|
2010-07-08 20:53:14 +00:00
|
|
|
# Main executable
|
2014-08-04 15:49:54 +00:00
|
|
|
if (ANDROID)
|
2014-09-05 22:02:39 +00:00
|
|
|
set(BOOST_COMPONENTS system filesystem program_options thread wave atomic)
|
2014-08-05 20:46:21 +00:00
|
|
|
else ()
|
2014-09-05 22:02:39 +00:00
|
|
|
set(BOOST_COMPONENTS system filesystem program_options thread wave)
|
2014-08-04 15:49:54 +00:00
|
|
|
endif ()
|
2014-09-05 22:02:39 +00:00
|
|
|
|
2014-05-22 11:42:47 +00:00
|
|
|
if(WIN32)
|
|
|
|
set(BOOST_COMPONENTS ${BOOST_COMPONENTS} locale)
|
|
|
|
endif(WIN32)
|
|
|
|
|
2013-12-29 21:25:49 +00:00
|
|
|
find_package(Boost REQUIRED COMPONENTS ${BOOST_COMPONENTS})
|
2013-02-03 12:47:55 +00:00
|
|
|
|
2014-08-04 15:49:54 +00:00
|
|
|
if (NOT ANDROID)
|
2014-08-06 03:59:39 +00:00
|
|
|
add_executable(openmw
|
|
|
|
${OPENMW_LIBS} ${OPENMW_LIBS_HEADER}
|
|
|
|
${OPENMW_FILES}
|
|
|
|
${GAME} ${GAME_HEADER}
|
|
|
|
${APPLE_BUNDLE_RESOURCES}
|
|
|
|
)
|
2014-08-05 20:46:21 +00:00
|
|
|
else ()
|
2014-08-06 03:59:39 +00:00
|
|
|
add_library(openmw
|
|
|
|
SHARED
|
|
|
|
${OPENMW_LIBS} ${OPENMW_LIBS_HEADER}
|
|
|
|
${OPENMW_FILES}
|
|
|
|
${GAME} ${GAME_HEADER}
|
|
|
|
)
|
2014-08-05 20:46:21 +00:00
|
|
|
endif ()
|
2011-11-06 08:30:15 +00:00
|
|
|
|
2010-08-13 20:30:22 +00:00
|
|
|
# Sound stuff - here so CMake doesn't stupidly recompile EVERYTHING
|
|
|
|
# when we change the backend.
|
2011-01-30 12:19:41 +00:00
|
|
|
include_directories(${SOUND_INPUT_INCLUDES} ${BULLET_INCLUDE_DIRS})
|
2010-08-13 20:30:22 +00:00
|
|
|
|
2010-07-08 20:53:14 +00:00
|
|
|
target_link_libraries(openmw
|
2012-01-28 00:36:17 +00:00
|
|
|
${OGRE_LIBRARIES}
|
2012-03-19 19:54:30 +00:00
|
|
|
${OGRE_STATIC_PLUGINS}
|
2013-12-29 21:25:49 +00:00
|
|
|
${SHINY_LIBRARIES}
|
2012-01-28 00:36:17 +00:00
|
|
|
${Boost_LIBRARIES}
|
|
|
|
${OPENAL_LIBRARY}
|
|
|
|
${SOUND_INPUT_LIBRARY}
|
|
|
|
${BULLET_LIBRARIES}
|
2012-03-18 14:11:37 +00:00
|
|
|
${MYGUI_LIBRARIES}
|
2013-01-08 10:19:05 +00:00
|
|
|
${SDL2_LIBRARY}
|
2012-03-26 22:36:53 +00:00
|
|
|
${MYGUI_PLATFORM_LIBRARIES}
|
2012-08-12 18:45:02 +00:00
|
|
|
"oics"
|
2013-01-10 21:21:47 +00:00
|
|
|
"sdl4ogre"
|
2012-07-19 14:23:30 +00:00
|
|
|
components
|
2010-07-08 20:53:14 +00:00
|
|
|
)
|
|
|
|
|
2014-08-04 15:49:54 +00:00
|
|
|
if (ANDROID)
|
2014-08-06 03:59:39 +00:00
|
|
|
target_link_libraries(openmw
|
|
|
|
${OGRE_STATIC_PLUGINS}
|
|
|
|
EGL
|
|
|
|
android
|
|
|
|
log
|
|
|
|
dl
|
|
|
|
MyGUI.OgrePlatform
|
|
|
|
MyGUIEngineStatic
|
|
|
|
Plugin_StrangeButtonStatic
|
|
|
|
cpufeatures
|
|
|
|
BulletCollision
|
|
|
|
BulletDynamics
|
|
|
|
LinearMath
|
|
|
|
)
|
2014-08-04 15:49:54 +00:00
|
|
|
endif (ANDROID)
|
|
|
|
|
2013-09-14 11:33:49 +00:00
|
|
|
if (USE_SYSTEM_TINYXML)
|
|
|
|
target_link_libraries(openmw ${TINYXML_LIBRARIES})
|
|
|
|
endif()
|
|
|
|
|
2013-06-27 19:45:32 +00:00
|
|
|
if (NOT UNIX)
|
|
|
|
target_link_libraries(openmw ${SDL2MAIN_LIBRARY})
|
|
|
|
endif()
|
|
|
|
|
2012-03-21 11:20:19 +00:00
|
|
|
# Fix for not visible pthreads functions for linker with glibc 2.15
|
2012-03-19 19:54:30 +00:00
|
|
|
if (UNIX AND NOT APPLE)
|
|
|
|
target_link_libraries(openmw ${CMAKE_THREAD_LIBS_INIT})
|
|
|
|
endif()
|
|
|
|
|
2012-01-28 00:36:17 +00:00
|
|
|
if(APPLE)
|
2012-08-20 17:05:02 +00:00
|
|
|
find_library(COCOA_FRAMEWORK Cocoa)
|
|
|
|
find_library(IOKIT_FRAMEWORK IOKit)
|
2013-06-15 10:47:33 +00:00
|
|
|
target_link_libraries(openmw ${COCOA_FRAMEWORK} ${IOKIT_FRAMEWORK})
|
2013-02-07 19:40:20 +00:00
|
|
|
|
|
|
|
if (FFMPEG_FOUND)
|
|
|
|
find_library(COREVIDEO_FRAMEWORK CoreVideo)
|
|
|
|
find_library(VDA_FRAMEWORK VideoDecodeAcceleration)
|
|
|
|
target_link_libraries(openmw ${COREVIDEO_FRAMEWORK} ${VDA_FRAMEWORK})
|
|
|
|
endif()
|
2012-01-28 00:36:17 +00:00
|
|
|
endif(APPLE)
|
2011-01-04 19:42:09 +00:00
|
|
|
|
2012-08-19 19:23:46 +00:00
|
|
|
if (BUILD_WITH_CODE_COVERAGE)
|
|
|
|
add_definitions (--coverage)
|
|
|
|
target_link_libraries(openmw gcov)
|
|
|
|
endif()
|
2014-03-05 11:11:10 +00:00
|
|
|
|
|
|
|
if (MSVC)
|
|
|
|
# Debug version needs increased number of sections beyond 2^16
|
|
|
|
if (CMAKE_CL_64)
|
|
|
|
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /bigobj")
|
|
|
|
endif (CMAKE_CL_64)
|
|
|
|
endif (MSVC)
|