Re: [sqlite] CMAKE support for sqlite3

2008-11-25 Thread Sherief N. Farouk
> SET( CMAKE_INSTALL_PREFIX "f:/doof" ) This *will* cause problems for some people ;). Otherwise, I love CMake, so I'm all for this. Any chance a stable CMake file would be hosted on sqlite.org? - Sherief ___ sqlite-users mailing list

[sqlite] CMAKE support for sqlite3

2008-11-25 Thread Friedrich Beckmann
Hi, i wanted to compile the sqlite3 library on windows. For that reason I made a short CMakeLists.txt file which allows to compile sqlite3 with MINGW/MSYS and MSVC. Please find attached the file contents. Maybe that kind of file could be included in the source? Regards Friedrich