# SConscript
# To success compile this program: OpenVDB, OpenEXR, Half, tbb need to be installed.
# All of them can be done through synaptic.
import os
Import('env Automatic_Program')
Automatic_Program(env,"density2vdb",["main.cpp"],["Core"])
