PDA

View Full Version : how to set location for debug and release library into one directory?



banlinhtienphong
31st July 2012, 06:12
in cmakelists.txt SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib) but when build library in both debug and release mode then diretory structure is
/lib/debug
/lib/release
I want all debug and release library into one diretory /lib, help me!