Day 79/100 100 Days of Code
This session was all about creating a Mac executable file and move the resources inside it.
I updated the CMakeLists.txt file to create a MacOS bundle file during the build process and copy the app's resources into the container.
add_subdirectory("${...
digitalcreations.hashnode.dev2 min read