A Resource Compiler in a Single CMake Script
Run the following Vcpkg command to install the port.
vcpkg install cmakerc
The package cmakerc provides additional cmake functions:
find_package(CMakeRC CONFIG REQUIRED) cmrc_add_resource_library(foo-resources ALIAS foo::rc NAMESPACE foo ...) target_link_libraries(main PRIVATE foo::rc)
See https://github.com/vector-of-bool/cmrc/blob/master/README.md
v2021-08-27#1
Oct 5, 2022
All
vector-of-bool/cmrc680
github.com/vector-of-bool/cmrc
3c861b4e9b
MIT
Manifest