dolphin/Source/Core
Florent Castelli f649e26655 cmake: Move LLVM import to UICommon
To use it, with a modern LLVM (3.9+), set your CMAKE_PREFIX_PATH
to point to the LLVM install folder or to a LLVM build folder.
We're linking ALL of LLVM libs since I don't really know which ones we need.
LTO will take care of sliming the binary size...
2017-02-08 03:30:38 +01:00
..
AudioCommon cmake: Move PulseAudio detection to AudioCommon 2017-02-07 23:35:44 +01:00
Common Merge pull request #4408 from leoetlino/usb 2017-02-07 09:17:05 +13:00
Core cmake: Move BlueZ detection to Core 2017-02-08 01:08:33 +01: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 Merge pull request #4822 from ligfx/copysys 2017-02-07 10:41:25 -05:00
InputCommon CMake: make option ENABLE_SDL work again 2017-02-06 20:59:58 -08:00
UICommon cmake: Move LLVM import to UICommon 2017-02-08 03:30:38 +01:00
VideoBackends cmake: Don't use unqualified target_link_libraries 2017-02-08 03:07:43 +01:00
VideoCommon cmake: Don't use unqualified target_link_libraries 2017-02-08 03:07:43 +01:00
CMakeLists.txt