binaryen-sys 0.13.0

Bindings to the binaryen library
Documentation
1
2
3
4
5
6
FILE(GLOB cfg_HEADERS *.h)
set(cfg_SOURCES
  Relooper.cpp
  ${cfg_HEADERS}
)
add_library(cfg OBJECT ${cfg_SOURCES})