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
Example how to use here
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 :-)
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
Example how to use here
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 :-)
: http://sergey.nikulov.googlepages.com/FindStlsoft.cmake
: http://sergey.nikulov.googlepages.com/cmake_find_stlsoft.tar.bz2