On Tuesday 05 October 2010, e...@cs.bgu.ac.il wrote: > the project's one? > I've copied the hpp and cpp files into one of my src dirs. > still not compiling
Don't use file(GLOB ...) to collect your source files. Use explicit set(GUI_SRCS a.cpp b.cpp ...) calls. This avoids problems like wrong files getting picked up or new files not getting picked up. Alex _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake