dolphin/Source/Core
Michael Maltese 1fd1620e4e CMake: add CMAKE_CONFIGURE_DEPENDS on Data/Sys
Since files from Data/Sys are collected and added to a built macOS .app
bundle using GLOB, any new files won't get picked up until the next time
CMake is run. Tell CMake it should re-run itself every time the directory
is touched.
2017-02-06 13:55:35 -08:00
..
AudioCommon cmake: Move ALSA detection to AudioCommon 2017-02-05 02:55:05 +01:00
Common Translate Swedish in example strings to English 2017-02-04 22:51:01 +01:00
Core Merge pull request #4817 from sepalani/debug_print_case 2017-02-06 17:40:44 +13:00
DiscIO Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
DolphinQt2 CMake: add CMAKE_CONFIGURE_DEPENDS on Data/Sys 2017-02-06 13:55:35 -08:00
DolphinWX CMake: add CMAKE_CONFIGURE_DEPENDS on Data/Sys 2017-02-06 13:55:35 -08:00
InputCommon Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends FramebufferManagerBase: Return a std::pair from GetTargetSize 2017-02-03 15:27:53 -05:00
VideoCommon FramebufferManagerBase: Return a std::pair from GetTargetSize 2017-02-03 15:27:53 -05:00
CMakeLists.txt