2014-08-18 00:35:44 -04:00
|
|
|
set(CMAKE_AUTOMOC ON)
|
2017-06-23 20:39:42 -04:00
|
|
|
set(CMAKE_AUTORCC ON)
|
2014-08-18 00:35:44 -04:00
|
|
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
2016-12-11 09:36:34 -05:00
|
|
|
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
|
2014-08-18 00:35:44 -04:00
|
|
|
|
2014-03-31 22:26:50 -04:00
|
|
|
set(SRCS
|
2016-12-21 23:49:36 -05:00
|
|
|
configuration/config.cpp
|
|
|
|
configuration/configure_audio.cpp
|
|
|
|
configuration/configure_debug.cpp
|
|
|
|
configuration/configure_dialog.cpp
|
|
|
|
configuration/configure_general.cpp
|
|
|
|
configuration/configure_graphics.cpp
|
|
|
|
configuration/configure_input.cpp
|
|
|
|
configuration/configure_system.cpp
|
2017-08-22 23:36:57 -04:00
|
|
|
configuration/configure_web.cpp
|
2016-12-21 17:19:12 -05:00
|
|
|
debugger/graphics/graphics.cpp
|
|
|
|
debugger/graphics/graphics_breakpoint_observer.cpp
|
|
|
|
debugger/graphics/graphics_breakpoints.cpp
|
|
|
|
debugger/graphics/graphics_cmdlists.cpp
|
|
|
|
debugger/graphics/graphics_surface.cpp
|
|
|
|
debugger/graphics/graphics_tracing.cpp
|
|
|
|
debugger/graphics/graphics_vertex_shader.cpp
|
2015-02-05 11:53:25 -05:00
|
|
|
debugger/profiler.cpp
|
2014-04-22 22:42:29 -04:00
|
|
|
debugger/registers.cpp
|
2016-04-08 12:28:54 -04:00
|
|
|
debugger/wait_tree.cpp
|
2014-11-01 10:36:59 -04:00
|
|
|
util/spinbox.cpp
|
2015-08-19 16:00:56 -04:00
|
|
|
util/util.cpp
|
2014-08-23 21:22:05 -04:00
|
|
|
bootmanager.cpp
|
2016-01-24 12:34:05 -05:00
|
|
|
game_list.cpp
|
2014-04-10 20:50:10 -04:00
|
|
|
hotkeys.cpp
|
|
|
|
main.cpp
|
2016-01-24 12:34:05 -05:00
|
|
|
ui_settings.cpp
|
2014-12-24 00:07:30 -05:00
|
|
|
citra-qt.rc
|
2015-09-11 16:06:19 -04:00
|
|
|
Info.plist
|
2014-08-23 21:22:05 -04:00
|
|
|
)
|
2014-08-18 00:35:44 -04:00
|
|
|
|
2014-08-19 07:34:00 -04:00
|
|
|
set(HEADERS
|
2016-12-21 23:49:36 -05:00
|
|
|
configuration/config.h
|
|
|
|
configuration/configure_audio.h
|
|
|
|
configuration/configure_debug.h
|
|
|
|
configuration/configure_dialog.h
|
|
|
|
configuration/configure_general.h
|
|
|
|
configuration/configure_graphics.h
|
|
|
|
configuration/configure_input.h
|
|
|
|
configuration/configure_system.h
|
2017-08-22 23:36:57 -04:00
|
|
|
configuration/configure_web.h
|
2016-12-21 17:19:12 -05:00
|
|
|
debugger/graphics/graphics.h
|
|
|
|
debugger/graphics/graphics_breakpoint_observer.h
|
|
|
|
debugger/graphics/graphics_breakpoints.h
|
|
|
|
debugger/graphics/graphics_breakpoints_p.h
|
|
|
|
debugger/graphics/graphics_cmdlists.h
|
|
|
|
debugger/graphics/graphics_surface.h
|
|
|
|
debugger/graphics/graphics_tracing.h
|
|
|
|
debugger/graphics/graphics_vertex_shader.h
|
2015-02-05 11:53:25 -05:00
|
|
|
debugger/profiler.h
|
2015-01-03 18:51:14 -05:00
|
|
|
debugger/registers.h
|
2016-04-08 12:28:54 -04:00
|
|
|
debugger/wait_tree.h
|
2015-01-03 18:51:14 -05:00
|
|
|
util/spinbox.h
|
2015-08-19 16:00:56 -04:00
|
|
|
util/util.h
|
2015-01-03 18:51:14 -05:00
|
|
|
bootmanager.h
|
2016-01-24 12:34:05 -05:00
|
|
|
game_list.h
|
2016-04-30 03:33:11 -04:00
|
|
|
game_list_p.h
|
2015-01-03 18:51:14 -05:00
|
|
|
hotkeys.h
|
|
|
|
main.h
|
2016-01-24 12:34:05 -05:00
|
|
|
ui_settings.h
|
2014-08-23 21:22:05 -04:00
|
|
|
)
|
2014-03-31 22:26:50 -04:00
|
|
|
|
2014-08-19 07:34:00 -04:00
|
|
|
set(UIS
|
2016-12-21 23:49:36 -05:00
|
|
|
configuration/configure.ui
|
|
|
|
configuration/configure_audio.ui
|
|
|
|
configuration/configure_debug.ui
|
|
|
|
configuration/configure_general.ui
|
|
|
|
configuration/configure_graphics.ui
|
|
|
|
configuration/configure_input.ui
|
|
|
|
configuration/configure_system.ui
|
2017-08-22 23:36:57 -04:00
|
|
|
configuration/configure_web.ui
|
2014-08-19 07:34:00 -04:00
|
|
|
debugger/registers.ui
|
|
|
|
hotkeys.ui
|
|
|
|
main.ui
|
2014-08-23 21:22:05 -04:00
|
|
|
)
|
|
|
|
|
2017-09-18 21:18:26 -04:00
|
|
|
file(GLOB_RECURSE ICONS ${CMAKE_SOURCE_DIR}/dist/icons/*)
|
2017-06-23 20:39:42 -04:00
|
|
|
file(GLOB_RECURSE THEMES ${CMAKE_SOURCE_DIR}/dist/qt_themes/*)
|
|
|
|
|
2014-08-23 21:22:05 -04:00
|
|
|
create_directory_groups(${SRCS} ${HEADERS} ${UIS})
|
2014-03-31 22:26:50 -04:00
|
|
|
|
2014-08-23 21:22:05 -04:00
|
|
|
if (Qt5_FOUND)
|
2014-08-19 07:34:00 -04:00
|
|
|
qt5_wrap_ui(UI_HDRS ${UIS})
|
|
|
|
else()
|
|
|
|
qt4_wrap_ui(UI_HDRS ${UIS})
|
|
|
|
endif()
|
2014-03-31 22:26:50 -04:00
|
|
|
|
2015-03-07 19:07:49 -05:00
|
|
|
if (APPLE)
|
2015-09-11 16:08:42 -04:00
|
|
|
set(MACOSX_ICON "../../dist/citra.icns")
|
|
|
|
set_source_files_properties(${MACOSX_ICON} PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
|
2017-09-18 21:18:26 -04:00
|
|
|
add_executable(citra-qt MACOSX_BUNDLE ${SRCS} ${HEADERS} ${UI_HDRS} ${ICONS} ${THEMES} ${MACOSX_ICON})
|
2015-09-11 16:06:19 -04:00
|
|
|
set_target_properties(citra-qt PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist)
|
2015-03-07 19:07:49 -05:00
|
|
|
else()
|
2017-09-18 21:18:26 -04:00
|
|
|
add_executable(citra-qt ${SRCS} ${HEADERS} ${UI_HDRS} ${ICONS} ${THEMES})
|
2015-03-07 19:07:49 -05:00
|
|
|
endif()
|
2017-07-07 15:34:15 -04:00
|
|
|
target_link_libraries(citra-qt PRIVATE audio_core common core input_common network video_core)
|
2017-05-28 01:34:52 -04:00
|
|
|
target_link_libraries(citra-qt PRIVATE Boost::boost glad nihstro-headers Qt5::OpenGL Qt5::Widgets)
|
2017-05-27 21:26:55 -04:00
|
|
|
target_link_libraries(citra-qt PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads)
|
2014-03-31 22:26:50 -04:00
|
|
|
|
2016-10-10 01:58:05 -04:00
|
|
|
if(UNIX AND NOT APPLE)
|
2015-07-09 15:19:02 -04:00
|
|
|
install(TARGETS citra-qt RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
|
|
|
|
endif()
|
2015-02-25 23:36:02 -05:00
|
|
|
|
2016-12-11 09:10:21 -05:00
|
|
|
if (MSVC)
|
2016-12-12 18:01:48 -05:00
|
|
|
include(CopyCitraQt5Deps)
|
|
|
|
include(CopyCitraSDLDeps)
|
|
|
|
copy_citra_Qt5_deps(citra-qt)
|
|
|
|
copy_citra_SDL_deps(citra-qt)
|
2015-02-25 23:36:02 -05:00
|
|
|
endif()
|