On Sat, Jul 26, 2008 at 11:28 AM, Bob Paddock wrote: > What is the correct way to find MinGW compiler libraries, > when not using MSYS? > > My project needs to link against C:\MinGW\lib\libuuid.a, amoung > others, but it is not being found. > > I tried this: > > find_library( MinGW_Libraries uuid )
find_library(MinGW_Libraries uuid "C:/MinGW/lib") Does this work? --Miguel _______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake