Re: [CMake] adding files with Eclipse CDT4 Generator

2009-05-25 Thread Roland Waltersson
Thanks it works now. I did an out-of-source build but I forgot to clean some cache files from earlier tries. / Roland 2009/5/25 Eric Noulard > 2009/5/25 Roland Waltersson : > > Hi I have a small sample project in Eclipse. cmake generates it fine > > and it builds fine, but i can't see any sour

Re: [CMake] adding files with Eclipse CDT4 Generator

2009-05-25 Thread Eric Noulard
2009/5/25 Roland Waltersson : > Hi I have a small sample project in Eclipse. cmake generates it fine > and it builds fine, but i can't see any source code files in the > project browser. This is my CMakeLists.txt file: > > cmake_minimum_required(VERSION 2.6) > project(WINCABase) > add_library(WINCA

[CMake] adding files with Eclipse CDT4 Generator

2009-05-25 Thread Roland Waltersson
Hi I have a small sample project in Eclipse. cmake generates it fine and it builds fine, but i can't see any source code files in the project browser. This is my CMakeLists.txt file: cmake_minimum_required(VERSION 2.6) project(WINCABase) add_library(WINCABase constants.hpp exception.hpp version.hp