Re: [AD] CMake on Mac OS X |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] CMake on Mac OS X
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Wed, 10 Sep 2008 10:37:21 -0600 (MDT)
On Wed, September 10, 2008 7:18 am, Milan Mimica said:
> Peter Wang wrote:
>>
>> We used to do the following but Trent changed it for some reason.
>> I'd try that, or else follow the find_path/find_library examples
>> in
>> (e.g.) FindFreetype.cmake.
>
> I remember he changed it because it wasn't detecting vorbis. I've
> had problems
> with find_library and find_path myself too.
Ya, I realized now that it will find libraries and includes with
find_path/find_library if you put your compiler include/lib dirs in
your PATH. It's weird that it would use PATH for that, but it works.
Trent :{)>