2014-08-18 06:35:44 +02:00
|
|
|
set(CMAKE_AUTOMOC ON)
|
2017-06-24 02:39:42 +02:00
|
|
|
set(CMAKE_AUTORCC ON)
|
2019-07-29 22:06:33 +02:00
|
|
|
set(CMAKE_AUTOUIC ON)
|
2014-08-18 06:35:44 +02:00
|
|
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
2016-12-11 15:36:34 +01:00
|
|
|
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
|
2014-08-18 06:35:44 +02:00
|
|
|
|
2018-01-18 01:37:34 +01:00
|
|
|
add_executable(yuzu
|
|
|
|
Info.plist
|
|
|
|
about_dialog.cpp
|
|
|
|
about_dialog.h
|
2019-07-29 22:06:33 +02:00
|
|
|
aboutdialog.ui
|
2019-03-12 00:39:20 +01:00
|
|
|
applets/error.cpp
|
|
|
|
applets/error.h
|
2018-11-23 03:03:33 +01:00
|
|
|
applets/profile_select.cpp
|
|
|
|
applets/profile_select.h
|
2018-11-10 02:13:15 +01:00
|
|
|
applets/software_keyboard.cpp
|
|
|
|
applets/software_keyboard.h
|
2018-12-24 22:23:31 +01:00
|
|
|
applets/web_browser.cpp
|
|
|
|
applets/web_browser.h
|
2018-01-18 01:37:34 +01:00
|
|
|
bootmanager.cpp
|
|
|
|
bootmanager.h
|
2019-07-29 22:06:33 +02:00
|
|
|
compatdb.ui
|
2018-09-10 01:09:37 +02:00
|
|
|
compatibility_list.cpp
|
|
|
|
compatibility_list.h
|
2018-01-18 01:37:34 +01:00
|
|
|
configuration/config.cpp
|
|
|
|
configuration/config.h
|
2019-07-29 22:06:33 +02:00
|
|
|
configuration/configure.ui
|
2018-07-31 05:57:53 +02:00
|
|
|
configuration/configure_audio.cpp
|
|
|
|
configuration/configure_audio.h
|
2019-07-29 22:06:33 +02:00
|
|
|
configuration/configure_audio.ui
|
2018-01-18 01:37:34 +01:00
|
|
|
configuration/configure_debug.cpp
|
|
|
|
configuration/configure_debug.h
|
2019-07-29 22:06:33 +02:00
|
|
|
configuration/configure_debug.ui
|
2018-01-18 01:37:34 +01:00
|
|
|
configuration/configure_dialog.cpp
|
|
|
|
configuration/configure_dialog.h
|
2019-04-23 14:36:35 +02:00
|
|
|
configuration/configure_filesystem.cpp
|
|
|
|
configuration/configure_filesystem.h
|
2019-09-22 00:43:11 +02:00
|
|
|
configuration/configure_filesystem.ui
|
2018-07-28 18:32:16 +02:00
|
|
|
configuration/configure_gamelist.cpp
|
|
|
|
configuration/configure_gamelist.h
|
2019-07-29 22:06:33 +02:00
|
|
|
configuration/configure_gamelist.ui
|
2018-01-18 01:37:34 +01:00
|
|
|
configuration/configure_general.cpp
|
|
|
|
configuration/configure_general.h
|
2019-07-29 22:06:33 +02:00
|
|
|
configuration/configure_general.ui
|
2018-01-18 01:37:34 +01:00
|
|
|
configuration/configure_graphics.cpp
|
|
|
|
configuration/configure_graphics.h
|
2019-07-29 22:06:33 +02:00
|
|
|
configuration/configure_graphics.ui
|
2019-02-16 16:19:29 +01:00
|
|
|
configuration/configure_hotkeys.cpp
|
|
|
|
configuration/configure_hotkeys.h
|
2019-07-29 22:06:33 +02:00
|
|
|
configuration/configure_hotkeys.ui
|
2018-01-18 01:37:34 +01:00
|
|
|
configuration/configure_input.cpp
|
|
|
|
configuration/configure_input.h
|
2019-07-29 22:06:33 +02:00
|
|
|
configuration/configure_input.ui
|
2018-11-02 03:11:44 +01:00
|
|
|
configuration/configure_input_player.cpp
|
|
|
|
configuration/configure_input_player.h
|
2019-07-29 22:06:33 +02:00
|
|
|
configuration/configure_input_player.ui
|
2018-12-01 17:11:11 +01:00
|
|
|
configuration/configure_input_simple.cpp
|
|
|
|
configuration/configure_input_simple.h
|
2019-07-29 22:06:33 +02:00
|
|
|
configuration/configure_input_simple.ui
|
2018-11-02 03:07:46 +01:00
|
|
|
configuration/configure_mouse_advanced.cpp
|
|
|
|
configuration/configure_mouse_advanced.h
|
2019-07-29 22:06:33 +02:00
|
|
|
configuration/configure_mouse_advanced.ui
|
|
|
|
configuration/configure_per_general.cpp
|
|
|
|
configuration/configure_per_general.h
|
|
|
|
configuration/configure_per_general.ui
|
2019-01-04 23:32:13 +01:00
|
|
|
configuration/configure_profile_manager.cpp
|
|
|
|
configuration/configure_profile_manager.h
|
2019-07-29 22:06:33 +02:00
|
|
|
configuration/configure_profile_manager.ui
|
2019-04-29 01:01:23 +02:00
|
|
|
configuration/configure_service.cpp
|
|
|
|
configuration/configure_service.h
|
2019-10-02 14:35:39 +02:00
|
|
|
configuration/configure_service.ui
|
2018-01-18 01:37:34 +01:00
|
|
|
configuration/configure_system.cpp
|
|
|
|
configuration/configure_system.h
|
2019-07-29 22:06:33 +02:00
|
|
|
configuration/configure_system.ui
|
2018-11-02 03:10:51 +01:00
|
|
|
configuration/configure_touchscreen_advanced.cpp
|
|
|
|
configuration/configure_touchscreen_advanced.h
|
2019-07-29 22:06:33 +02:00
|
|
|
configuration/configure_touchscreen_advanced.ui
|
2018-09-16 20:05:51 +02:00
|
|
|
configuration/configure_web.cpp
|
|
|
|
configuration/configure_web.h
|
2019-07-29 22:06:33 +02:00
|
|
|
configuration/configure_web.ui
|
2018-07-02 19:10:41 +02:00
|
|
|
debugger/console.cpp
|
|
|
|
debugger/console.h
|
2018-01-18 01:37:34 +01:00
|
|
|
debugger/profiler.cpp
|
|
|
|
debugger/profiler.h
|
|
|
|
debugger/wait_tree.cpp
|
|
|
|
debugger/wait_tree.h
|
2018-09-16 20:05:51 +02:00
|
|
|
discord.h
|
2018-01-18 01:37:34 +01:00
|
|
|
game_list.cpp
|
|
|
|
game_list.h
|
|
|
|
game_list_p.h
|
2018-09-07 22:08:08 +02:00
|
|
|
game_list_worker.cpp
|
|
|
|
game_list_worker.h
|
2019-01-17 08:01:00 +01:00
|
|
|
loading_screen.cpp
|
|
|
|
loading_screen.h
|
2019-07-29 22:06:33 +02:00
|
|
|
loading_screen.ui
|
2018-01-18 01:37:34 +01:00
|
|
|
hotkeys.cpp
|
|
|
|
hotkeys.h
|
|
|
|
main.cpp
|
|
|
|
main.h
|
2019-07-29 22:06:33 +02:00
|
|
|
main.ui
|
|
|
|
uisettings.cpp
|
|
|
|
uisettings.h
|
2018-10-28 23:11:17 +01:00
|
|
|
util/limitable_input_dialog.cpp
|
|
|
|
util/limitable_input_dialog.h
|
2019-02-16 16:19:29 +01:00
|
|
|
util/sequence_dialog/sequence_dialog.cpp
|
|
|
|
util/sequence_dialog/sequence_dialog.h
|
2018-01-18 01:37:34 +01:00
|
|
|
util/util.cpp
|
|
|
|
util/util.h
|
2018-09-16 20:05:51 +02:00
|
|
|
compatdb.cpp
|
|
|
|
compatdb.h
|
2018-01-18 01:37:34 +01:00
|
|
|
yuzu.rc
|
|
|
|
)
|
2014-04-01 04:26:50 +02:00
|
|
|
|
2018-08-29 15:42:53 +02:00
|
|
|
file(GLOB COMPAT_LIST
|
2018-10-20 23:08:26 +02:00
|
|
|
${PROJECT_BINARY_DIR}/dist/compatibility_list/compatibility_list.qrc
|
|
|
|
${PROJECT_BINARY_DIR}/dist/compatibility_list/compatibility_list.json)
|
|
|
|
file(GLOB_RECURSE ICONS ${PROJECT_SOURCE_DIR}/dist/icons/*)
|
|
|
|
file(GLOB_RECURSE THEMES ${PROJECT_SOURCE_DIR}/dist/qt_themes/*)
|
2017-06-24 02:39:42 +02:00
|
|
|
|
2014-04-01 04:26:50 +02:00
|
|
|
|
2018-01-18 01:37:34 +01:00
|
|
|
target_sources(yuzu
|
|
|
|
PRIVATE
|
2018-08-29 15:42:53 +02:00
|
|
|
${COMPAT_LIST}
|
2018-01-18 01:37:34 +01:00
|
|
|
${ICONS}
|
|
|
|
${THEMES}
|
|
|
|
)
|
|
|
|
|
2015-03-08 01:07:49 +01:00
|
|
|
if (APPLE)
|
2018-01-13 23:39:31 +01:00
|
|
|
set(MACOSX_ICON "../../dist/yuzu.icns")
|
2015-09-11 22:08:42 +02:00
|
|
|
set_source_files_properties(${MACOSX_ICON} PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
|
2018-01-18 01:37:34 +01:00
|
|
|
target_sources(yuzu PRIVATE ${MACOSX_ICON})
|
|
|
|
set_target_properties(yuzu PROPERTIES MACOSX_BUNDLE TRUE)
|
2018-01-12 03:21:20 +01:00
|
|
|
set_target_properties(yuzu PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist)
|
2018-07-02 19:10:41 +02:00
|
|
|
elseif(WIN32)
|
|
|
|
# compile as a win32 gui application instead of a console application
|
|
|
|
target_link_libraries(yuzu PRIVATE Qt5::WinMain)
|
|
|
|
if(MSVC)
|
|
|
|
set_target_properties(yuzu PROPERTIES LINK_FLAGS_RELEASE "/SUBSYSTEM:WINDOWS")
|
|
|
|
elseif(MINGW)
|
|
|
|
set_target_properties(yuzu PROPERTIES LINK_FLAGS_RELEASE "-mwindows")
|
|
|
|
endif()
|
2015-03-08 01:07:49 +01:00
|
|
|
endif()
|
2018-01-18 01:37:34 +01:00
|
|
|
|
|
|
|
create_target_directory_groups(yuzu)
|
|
|
|
|
2018-01-12 03:21:20 +01:00
|
|
|
target_link_libraries(yuzu PRIVATE common core input_common video_core)
|
|
|
|
target_link_libraries(yuzu PRIVATE Boost::boost glad Qt5::OpenGL Qt5::Widgets)
|
|
|
|
target_link_libraries(yuzu PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads)
|
2014-04-01 04:26:50 +02:00
|
|
|
|
2019-04-15 23:50:27 +02:00
|
|
|
target_compile_definitions(yuzu PRIVATE
|
|
|
|
# Use QStringBuilder for string concatenation to reduce
|
|
|
|
# the overall number of temporary strings created.
|
|
|
|
-DQT_USE_QSTRINGBUILDER
|
2019-05-25 03:08:27 +02:00
|
|
|
|
|
|
|
# Disable implicit conversions from/to C strings
|
|
|
|
-DQT_NO_CAST_FROM_ASCII
|
|
|
|
-DQT_NO_CAST_TO_ASCII
|
2019-06-05 21:43:55 +02:00
|
|
|
|
|
|
|
# Disable implicit type narrowing in signal/slot connect() calls.
|
|
|
|
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
|
2019-06-05 21:47:42 +02:00
|
|
|
|
|
|
|
# Disable unsafe overloads of QProcess' start() function.
|
|
|
|
-DQT_NO_PROCESS_COMBINED_ARGUMENT_START
|
2019-06-05 22:05:34 +02:00
|
|
|
|
|
|
|
# Disable implicit QString->QUrl conversions to enforce use of proper resolving functions.
|
|
|
|
-DQT_NO_URL_CAST_FROM_STRING
|
2019-04-15 23:50:27 +02:00
|
|
|
)
|
|
|
|
|
2018-09-29 02:51:28 +02:00
|
|
|
if (YUZU_ENABLE_COMPATIBILITY_REPORTING)
|
2018-10-20 23:28:27 +02:00
|
|
|
target_compile_definitions(yuzu PRIVATE -DYUZU_ENABLE_COMPATIBILITY_REPORTING)
|
2018-09-29 02:51:28 +02:00
|
|
|
endif()
|
|
|
|
|
2018-09-16 20:05:51 +02:00
|
|
|
if (USE_DISCORD_PRESENCE)
|
|
|
|
target_sources(yuzu PUBLIC
|
|
|
|
discord_impl.cpp
|
|
|
|
discord_impl.h
|
|
|
|
)
|
|
|
|
target_link_libraries(yuzu PRIVATE discord-rpc)
|
|
|
|
target_compile_definitions(yuzu PRIVATE -DUSE_DISCORD_PRESENCE)
|
|
|
|
endif()
|
|
|
|
|
2018-12-24 22:23:31 +01:00
|
|
|
if (YUZU_USE_QT_WEB_ENGINE)
|
|
|
|
target_link_libraries(yuzu PRIVATE Qt5::WebEngineCore Qt5::WebEngineWidgets)
|
|
|
|
target_compile_definitions(yuzu PRIVATE -DYUZU_USE_QT_WEB_ENGINE)
|
|
|
|
endif ()
|
|
|
|
|
2019-04-29 01:01:23 +02:00
|
|
|
if (YUZU_ENABLE_BOXCAT)
|
|
|
|
target_compile_definitions(yuzu PRIVATE -DYUZU_ENABLE_BOXCAT)
|
|
|
|
endif ()
|
|
|
|
|
2016-10-10 07:58:05 +02:00
|
|
|
if(UNIX AND NOT APPLE)
|
2018-01-12 03:21:20 +01:00
|
|
|
install(TARGETS yuzu RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
|
2015-07-09 21:19:02 +02:00
|
|
|
endif()
|
2015-02-26 05:36:02 +01:00
|
|
|
|
2016-12-11 15:10:21 +01:00
|
|
|
if (MSVC)
|
2018-01-14 05:17:42 +01:00
|
|
|
include(CopyYuzuQt5Deps)
|
|
|
|
include(CopyYuzuSDLDeps)
|
2018-01-04 19:15:29 +01:00
|
|
|
include(CopyYuzuUnicornDeps)
|
2018-01-13 23:14:04 +01:00
|
|
|
copy_yuzu_Qt5_deps(yuzu)
|
|
|
|
copy_yuzu_SDL_deps(yuzu)
|
2018-01-12 03:21:20 +01:00
|
|
|
copy_yuzu_unicorn_deps(yuzu)
|
2015-02-26 05:36:02 +01:00
|
|
|
endif()
|