mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
5 lines
197 B
Plaintext
5 lines
197 B
Plaintext
|
libxmp provides CMake targets:
|
||
|
|
||
|
find_package(libxmp CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:libxmp::xmp_shared>,libxmp::xmp_shared,libxmp::xmp_static>)
|