KeyWorksRW / wxSnapshot

Snapshot of wxWidgets
Other
1 stars 2 forks source link

Change how library names are built and packaged #11

Closed Randalphwa closed 7 months ago

Randalphwa commented 7 months ago

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.