I'm relatively new in the CMake domain. I try to describe my VS project in CMake. This works fine, but I would also like to transfer some "macros" to CMake, like a special defined configuration(for example "Debug Dll") as a "rebuild" in Visual Studio only uses default values and, as a result, does not find directories described with Macros.
Is there a possibility to transfer those variables in CMake?