SDL3 and CMake: Need equivalent to SDL2_LIBDIR · Issue #9697...
For building my application bundle on macOS via CMake I used this command to copy SDL2.framework to my application bundle: COMMAND cp -R ${SDL2_LIBDIR} ${BUNDLE_CONTENTS}/Frameworks/ Unfortunately this no longer works with SDL3 because t...