mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 12:41:50 +08:00
8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
|
The package OpenFX provides CMake targets:
|
||
|
|
||
|
find_package(unofficial-openfx CONFIG REQUIRED)
|
||
|
# C-based API
|
||
|
target_link_libraries(main PRIVATE unofficial::openfx::OpenFx)
|
||
|
# C++ wrapper
|
||
|
target_link_libraries(main PRIVATE unofficial::openfx::OfxSupport)
|