Re: [CMake] FindSDL.cmake on windows

2008-11-02 Thread Philip Lowman
On Wed, Oct 29, 2008 at 11:34 AM, Christopher Harvey <[EMAIL PROTECTED] > wrote: > Hi list, > I just tried FindSDL today. Works great under linux, however under > windows it doesn't seem to do anything at all. My SDL library is > installed in a non-standard location (is there a standard location o

[CMake] FindSDL.cmake on windows

2008-10-29 Thread Christopher Harvey
Hi list, I just tried FindSDL today. Works great under linux, however under windows it doesn't seem to do anything at all. My SDL library is installed in a non-standard location (is there a standard location on windows?) Here is my CMakeLists.txt layout: FIND_PACKAGE(SDL) ... ... IF(SDL_FOUND)