dolphin/CMakeTests
comex 1515497ab8 Make the LLVM detect script verify that the dynamic library actually exists.
For some dumb reason, llvm-config doesn't provide the flags to link
against the dynamic library copy of LLVM (as opposed to static), so the
script has to guess the library name.  However, in some installations
(such as mine), there is no dynamic copy, which caused Dolphin to fail
to link.  Change the script to do a link test.  If it fails, one option
would be to fall back on static linking, but I just have it fail to
detect LLVM, because statically linking Dolphin against LLVM is really
not a great idea - huge binary, long link time.
2015-08-08 22:50:57 -04:00
..
CheckLib.cmake Explicitly specify .pc names, since the previous guess in CheckLib.cmake wasn't always right. 2015-06-02 18:42:45 -04:00
FindLLVM.cmake Make the LLVM detect script verify that the dynamic library actually exists. 2015-08-08 22:50:57 -04:00
FindLibUSB.cmake libusb: fix cmake endif 2013-08-29 20:42:41 +02:00
FindLibevdev.cmake Linux: Add an evdev based controller backend, to replace SDL. 2015-07-01 10:13:05 +12:00
FindLibudev.cmake Linux: Add an evdev based controller backend, to replace SDL. 2015-07-01 10:13:05 +12:00
FindMiniupnpc.cmake CMake: fix escaping in miniupnpc test 2014-02-28 12:28:20 +01:00
FindPolarSSL.cmake CMake: fix PolarSSL test 2015-07-03 23:33:47 +02:00
FindSDL2.cmake Linux: Disable SDL controller backend by default. 2015-07-01 10:13:05 +12:00
FindSFML.cmake Update Externals/SFML to 2.1 2014-11-25 16:44:38 +00:00