Rob Mathews wrote:
While we're at it, I notice some other VC variables that have crept in.
What's the CMake equivalent for these VC variables:?
$(OutDir)
$(ConfigurationName)
${CMAKE_CFG_INTDIR}

CMAKE_INTDIR will be a -D on the command line. CMAKE_CFG_INTDIR will be expanded to . for makefiles that do not have config dirs, and to the Debug, Release, etc directories on visual studio and Xcode.

-Bill

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to