Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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)