Add libuuid to required system libraries list for mingw.
authorYaron Keren <yaron.keren@gmail.com>
Sat, 24 Oct 2015 19:27:28 +0000 (19:27 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Sat, 24 Oct 2015 19:27:28 +0000 (19:27 +0000)
commitbf4fbb2909eb9f5aa4eb49c393ddaddb92f1c418
tree760123a801166243843cc8d649b7c99bd520e187
parentff0edf02b33c24bff0f1b12721a87369f22aa786
Add libuuid to required system libraries list for mingw.
This list is produced by llvm-config --system-libs to be used
by external programs using the llvm libraries, such as creduce.
In r250501 llvm/Support/Windows/Path.inc started to use the constant
FOLDERID_Profile from libuuid.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251201 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/CMakeLists.txt