Skip to Content

openfx v1.4

Created
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) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Reza Alizadeh Majd's avatar Reza Alizadeh Majd

# Changelog

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

# Source