I need to maintain a multi platform project. The Windows version
requires the Visual C++ tools.
I would however like to use Eclipse. Now I have succeeded doing the
basic setup, and I can build inside Eclipse. Only I never get debug
information generated. The commadn line I use is this:

cmake -G "Eclipse CDT4 - NMake Makefiles" -D CMAKE_BUILD_TYPE=Debug -D
CMAKE_ECLIPSE_VERSION=4.3 .

When I look into the files cmake generates I find that the calls to
cl.exe do not contain the necessary switches.

Is this a bug, or do I miss some necessary information?

Cheers,

Martin

-- 
---------- mdie...@gmail.com --/-- mar...@the-little-red-haired-girl.org ----
------------- / http://herbert.the-little-red-haired-girl.org / -------------
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to