On Jan 8, 2008 2:46 PM, Jesse Corrington <[EMAIL PROTECTED]> wrote:
> Is there any variable that stores the output directory where the project
> files are generated. I need this information to create a post build step to
> copy a file to the project root.

Sure, CMAKE_BINARY_DIR and CMAKE_CURRENT_BINARY_DIR.
http://www.cmake.org/Wiki/CMake_Useful_Variables
You could also use PROJECT_BINARY_DIR or MyProjectName_BINARY_DIR.

Cheers,
Brandon Van Every
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to