Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/debug.after-inlining
/
.
/
src
/
analysis
/
CMakeLists.txt
blob: 2fc4be30555960c3f17ee7efc821e1ab44fc93bc [
file
] [
log
] [
blame
] [
edit
]
file(GLOB analysis_HEADERS *.h)
set(analysis_SOURCES
cfg.cpp
sign-lattice.cpp
${analysis_HEADERS}
)
add_library(analysis OBJECT ${analysis_SOURCES})