[CMake] Finding MinGW compiler libraries?

Miguel A. Figueroa-Villanueva miguelf at ieee.org
Sat Jul 26 15:28:59 EDT 2008


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


More information about the CMake mailing list