[CMake] Updated WinCE CMakefiles

Hendrik Sattler post at hendrik-sattler.de
Thu Sep 18 14:22:18 EDT 2008


Am Thursday 18 September 2008 14:08:05 schrieb Andreas Pokorny:
> * If I am not mistaken there is yet no clean facility to specify the
> libpath and include path
>   from the toolchain file

The lib path can normally be derived from the root path by specifying the 
proper PATH_SUFFIXES when using find_library.
The include paths can be set by adding include_libraries(SYSTEM .....) in the 
toolchain file.

HS


More information about the CMake mailing list