Re: [CMake] Customizing the output directory

2012-03-02 Thread Hashim Mir
ehalf Of Hashim Mir Sent: March-02-12 3:05 PM To: cmake@cmake.org Subject: [CMake] Customizing the output directory Hi there, I am trying to get Cmake to put generated files in a specific directory using the following code: set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/x64 )

[CMake] Customizing the output directory

2012-03-02 Thread Hashim Mir
Hi there, I am trying to get Cmake to put generated files in a specific directory using the following code: set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/x64 ) set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/x64 ) But it doesn't seem to be making any differ