openfx-sys 0.1.0

Rust bindings for OpenFX
Documentation
1
2
3
4
5
6
7
CXXFLAGS = -I../../include
OPTIMIZER = -g

depthConverter.ofx : depthConverter.o
	$(CXX) -bundle depthConverter.o -o depthConverter.ofx
	mkdir -p depthConverter.ofx.bundle/Contents/MacOS/
	cp depthConverter.ofx depthConverter.ofx.bundle/Contents/MacOS/