mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:59:05 +08:00
a4e94e9d6d
* [rkcommon] add port * v db * Fix static builds and supports * format manifest * v db * Add usage file. --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
rkcommon provides CMake targets:
|
|
|
|
find_package(rkcommon CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE rkcommon::rkcommon)
|