asmodehn / wkcmake

Workshop CMake - For quick and easy CMake setup of project, based on simple folder and file naming conventions
BSD 2-Clause "Simplified" License
5 stars 2 forks source link

Check mono / multi configuration setup between make and VS #16

Open asmodehn opened 11 years ago

asmodehn commented 11 years ago

VS is a multi config environment. make is a single config environment. CMake can deal with both (CMAKE_CONFIGURATION_TYPES, CMAKE_CFG_INTDIR, CMAKE_BUILD_TYPE, etc. ). check http://www.cmake.org/Wiki/CMake_Useful_Variables#Compilers_and_Tools WkCMake force the behaviour and locks down multi configuration envs. But it can be improved...