2013-11-30 18:22:57 +00:00
|
|
|
add_library(util trace.cpp debug.cpp name.cpp name_set.cpp
|
|
|
|
exception.cpp interrupt.cpp hash.cpp escaped.cpp bit_tricks.cpp
|
|
|
|
safe_arith.cpp ascii.cpp memory.cpp shared_mutex.cpp realpath.cpp
|
2013-11-27 22:57:33 +00:00
|
|
|
script_state.cpp script_exception.cpp splay_map.cpp lua.cpp
|
|
|
|
luaref.cpp)
|
2013-11-27 03:15:49 +00:00
|
|
|
|
|
|
|
target_link_libraries(util ${LEAN_LIBS})
|