lean2/src/util/CMakeLists.txt

5 lines
158 B
Text
Raw Normal View History

2013-07-23 01:30:25 +00:00
add_library(util trace.cpp debug.cpp name.cpp exception.cpp
verbosity.cpp interrupt.cpp hash.cpp escaped.cpp bit_tricks.cpp
format.cpp safe_arith.cpp
2013-07-23 01:30:25 +00:00
)