Re: [CMake] CMake and OpenWrt

2009-12-09 Thread Tim Just
Hi, Tim Just wrote: Thanks for your fast reply! Cedric GESTES wrote: Yep I did. in fact with openembedded, not openwrt. You need a toolchain.cmake file to be passed to cmake. This file will configure cmake to use your cross-tool-chain. (compiler and staged library). Ok, so you first run

Re: [CMake] CMake and OpenWrt

2009-12-07 Thread Tim Just
toolchain.cmake file and then use the produced Makefile during the openembedded respectively openwrt build process? Do you have an usage example? BR, Tim see: http://www.cmake.org/Wiki/CMake_Cross_Compiling On Mon, Dec 7, 2009 at 4:05 PM, Tim Just <mailto:tim.j...@rwth-aachen.de>&

[CMake] CMake and OpenWrt

2009-12-07 Thread Tim Just
Hi, we want to use CMake as replacement of GNU Autotools within a research project. The CMake build system for Unix platforms is almost working. The next step would be to build our project within OpenWrt[1]. Because autotools is widely used in combination with OpenWrt, there was little effor

Re: [CMake] Read multiple path names from filesystem

2009-10-29 Thread Tim Just
Michael Wild wrote: On 29. Oct, 2009, at 11:11 , Tim Just wrote: Hi, I'm using CMake 2.8 rc3 on Ubuntu to build a modular and extensible project. Therefore I have a directory called 'modules' beneath the project root. In this folder may be an undefined number of subfold

[CMake] Read multiple path names from filesystem

2009-10-29 Thread Tim Just
Hi, I'm using CMake 2.8 rc3 on Ubuntu to build a modular and extensible project. Therefore I have a directory called 'modules' beneath the project root. In this folder may be an undefined number of subfolders containing module sources and CMakeLists.txt files. In the CMakeLists.txt in project