Hello I was looking for a way to add additional non C/C++ files to my Eclipse project. I found some discussions about this on the web but no definitive answer.
I'm working on a hybrid application that has some C++ code as well as a GUI written in JavaScript and HTML. My setup is a follows: I have a source directory containing all the C++ code, in the CMakeLists.txt of that directory I added another directory using add_subdirectory this contains all the HTML/JS code. However this directory is not a "subdirectory" of the source tree. Is there a way to make these files appear in eclipse project too? Thanks for your help Regards Pascal -- 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