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!