blob: 175d5fbb7b9f3668d8907b4529dcff1ca8182aed [file] [log] [blame] [edit]
FILE(GLOB cfg_HEADERS *.h)
set(cfg_SOURCES
Relooper.cpp
${cfg_HEADERS}
)
target_sources(binaryen PRIVATE ${cfg_SOURCES})