Skip to content

openfxv1.4

Updated

#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.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Reza Alizadeh Majd's avatarReza Alizadeh Majd

#Changelog

  • 8a12a36[OpenFX] New Port (#37670)