<div dir="ltr">For windows build I have win32/libs folder with prebuilt libraries in my source code repo. Debug versions live in win32/libs/x86/debug, release ones in win32/libs/x86/release. How I can achieve linking to different libraries for different configurations in Visual Studio? Something like set(CMAKE_LIBRARY_PATH &quot;win32/libs/x86/${CMAKE_BUILD_TYPE}) doesn&#39;t work for me because CMAKE_BUILD_TYPE seems to be undefined at project generation time.</div>