mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
8 lines
299 B
Plaintext
8 lines
299 B
Plaintext
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
|