mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
16ee2ecb31
* [libmagic] Add CMake config. * Fix license information and add usage. * Address PR feedback. Co-authored-by: Kai Pastor <dg0yt@darc.de> * Set some missing properties. * Fix location to import library. * Update version database.
7 lines
244 B
Plaintext
7 lines
244 B
Plaintext
libmagic provides CMake targets:
|
|
|
|
find_package(unofficial-libmagic REQUIRED)
|
|
target_link_libraries(main PRIVATE unofficial::libmagic::libmagic)
|
|
|
|
The magic.mgc file can be accessed from the unofficial-libmagic_DICTIONARY variable.
|