Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
version_33
/
.
/
src
/
support
/
CMakeLists.txt
blob: b12ef6eddf68ca3ee7cebf0c7fb40ef261d6e05f [
file
] [
log
] [
blame
]
SET(support_SOURCES
archive.cpp
bits.cpp
colors.cpp
command-line.cpp
file.cpp
safe_integer.cpp
threads.cpp
)
ADD_LIBRARY(support STATIC ${support_SOURCES})
TARGET_LINK_LIBRARIES(support ${CMAKE_THREAD_LIBS_INIT})