[CMake] Determining IntDir property for Visual Studio 10
Perry Ismangil
perry at pjsip.org
Mon Sep 19 11:50:16 EDT 2011
On Mon, Sep 19, 2011 at 15:36, David Cole <david.cole at kitware.com> wrote:
>
> http://cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:ARCHIVE_OUTPUT_DIRECTORY
> http://cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:LIBRARY_OUTPUT_DIRECTORY
> http://cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:RUNTIME_OUTPUT_DIRECTORY
>
> See also the "_CONFIG" variants to specify per-configuration output directories.
Yup, got this bit working just fine.
> You cannot change IntDir, but you can use ${CMAKE_CFG_INTDIR} in
> custom commands if necessary, to direct custom output to the same
> location as build output.
Thanks for the confirmation.
Regards,
--
Perry Ismangil
More information about the CMake
mailing list