This PR updates the previous PR by adding set (CMAKE_DEBUG_POSTFIX d) in CMakeLists.txt so that the Debug libraries will have a 'd' postfix. In wxSnapShotConfig.cmake.in I added a foreach loop to add the 'd' postfix when the package caller is creating a Debug build.
This PR updates the previous PR by adding
set (CMAKE_DEBUG_POSTFIX d)
in CMakeLists.txt so that the Debug libraries will have a 'd' postfix. InwxSnapShotConfig.cmake.in
I added aforeach
loop to add the 'd' postfix when the package caller is creating a Debug build.