dolphin/Source/Core/UICommon
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
..
CMakeLists.txt cmake: Move LLVM import to UICommon 2017-02-08 03:30:38 +01:00
Disassembler.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Disassembler.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
UICommon.cpp Add USB passthrough setting and USBUtils 2017-02-05 11:36:46 +01:00
UICommon.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
UICommon.vcxproj Add USB passthrough setting and USBUtils 2017-02-05 11:36:46 +01:00
USBUtils.cpp Use a single libusb context 2017-02-05 11:36:48 +01:00
USBUtils.h Add USB passthrough setting and USBUtils 2017-02-05 11:36:46 +01:00