Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/bigint
/
.
/
src
/
analysis
/
CMakeLists.txt
blob: 313eec0d5d3c528af17cb8809f91e57c49b8a1c8 [
file
] [
log
] [
blame
] [
edit
]
file(GLOB analysis_HEADERS *.h lattices/*.h)
set(analysis_SOURCES
cfg.cpp
${analysis_HEADERS}
)
add_library(analysis OBJECT ${analysis_SOURCES})