cmrc

CMake Resource Compiler for embedding binary resources in C++ applications

brewmacoslinux
Try with needOr install directly
Source

About

CMake Resource Compiler

Commands

cmrc

Examples

Create a resource library from files in a directory$ cmrc --namespace myapp --input resources/ --output myapp_resources.cpp
Embed a single file as a resource with custom namespace$ cmrc --namespace config --input config.json --output config_resource.cpp
Generate header file for accessing embedded resources$ cmrc --namespace assets --input assets/ --header assets.hpp --output assets.cpp