Blob Blame History Raw
SUBDIRS = lib

if BUILD_TOOLS
SUBDIRS += conv
endif

if BUILD_FUZZERS
SUBDIRS += fuzz
endif

if BUILD_TESTS
SUBDIRS += test
endif