openfxv1.4
- Updated
- Project website: https://github.com/AcademySoftwareFoundation/openfx
#Usage
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)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Reza Alizadeh Majd