CMAKE_CFG_INTDIR
CMAKE_CFG_INTDIR
Build-time reference to per-configuration output subdirectory.
For native build systems supporting multiple configurations in the build tree (such as Visual Studio Generators and Xcode
), the value is a reference to a build-time variable specifying the name of the per-configuration output subdirectory. On Makefile Generators this evaluates to .
because there is only one configuration in a build tree. Example values:
登录查看完整内容