mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 17:39:02 +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>)
|