mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
199ea6e76a
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
libmem provides CMake targets:
|
|
|
|
find_package(libmem CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE libmem::libmem)
|