How can I configure ITK for an MFC VS2010 using CMake?

Hi.

When I set up and generated ITK for VS2010 in CMake, and after compiling in VS2010, I discovered that the default settings in the Properties of the created project are related to the Win32 project type. How can I configure the ITK project in CMake that can give me a default MFC configuration?

Attached screenshots showing the settings of the Project Properties in MFC. This is what I need to do in this way because I am maintaining an MFC type project previously created and I want to be able to use the ITK libraries in this project.

This is more of a general question, than it is ITK specific. Does this StackOverflow Q/A help?

Hi Dženan.

I think this can help me, I am reading it right now.
Thanks a lot!