mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 18:37:49 +08:00
8 lines
245 B
Plaintext
8 lines
245 B
Plaintext
|
lib3mf provides CMake targets:
|
||
|
|
||
|
find_package(lib3mf CONFIG REQUIRED)
|
||
|
target_link_libraries(target_name PRIVATE lib3mf::lib3mf)
|
||
|
|
||
|
For examples and use cases, kindly check
|
||
|
https://github.com/3MFConsortium/lib3mf/tree/develop/SDK/CPackExamples
|