import os
SConscript('src/SConscript')
if os.system('pkg-config cutter --exists') == 0:
    SConscript('test/SConscript')
