Hi all.
I'm in trouble with wxWidgets 3 and Visual Studio 10 express.

I need to change the type of libraries depending on the  configuration
compiler

If I compile in debug mode I need wxbase30ud.lib, while in release mode
wxbase30u

But if I generate the project for VS2010Express the  wxbase30u.lib is
always linked.

How can I setup my CMakeLists to have wxbase30ud when I build Debug and
wxbase30u in Release?

Thanks to all in advance.

MZ
-- 

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