How can I see the value of %(AdditionalLibraryDirectories) in Visual Studio?
I created the sample DLL library following the tutorial by Microsoft. I decided to create an example project using CMake, using the property target_link_libraries
as I attempted to observe it being populated by CMake.