Peter Visser wrote:
> Thanks for the advice, but I cannot find these directives in the
> documentation (http://www.cmake.org/HTML/Documentation.html).
> Perhaps I'm looking in the wrong place, where do I need to look for the
> documentation?

You're right, this is not documented. But you can use it like this:
SET(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
SET(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib)

> Thanks again,
> 
> Peter.
> 

-- 
Filipe Sousa

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to