cmakercv2023-07-24
- Updated
A Resource Compiler in a Single CMake Script
- Project website: https://github.com/vector-of-bool/cmrc
#Usage
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
#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Host Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Leonid Pospelov
Billy O'Neal
moritz-h
JonLiu1993