2009-10-31 07:57:27 UTC
Hi guys,
I've implemented FindStlsoft.cmake script to use within cmake build systems.
Currently check environment, and if it not set doing search in well-known locations (e.g /usr/include, /usr/local/include) for stlsoft/stlsoft.h to get version.
Please test it and feel free to provide comments, ideas.
File can be downloaded here FindStlsoft.cmake
Example how to use here cmakefindstlsoft.tar.bz2
Generic usage for example:
- you have to install cmake 2.6+ from cmake.org
- go to build dir and execute "cmake .."
Ideally should work for all supported by cmake platforms but today I only test it on Fedora 12/FreeBSD 7.2 :-)