Utility library for andris.ofx
plugins.
- Clone the repository.
- Run
cmake
in this project's root directory with-DOPENFX_DIR:PATH
pointing to the root directory of OpenFX source-DOpenCV_DIR:PATH
pointing to the directory where you have built OpenCV
- Open the generated solution file and build the project.
CMake files adapted from how-to-export-cpp-library.