OpenFX effects API
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)
v1.4#0
All
BSD-3-Clause
Manifest