13531b7d3e
Motivations: - We have been writing several comments of the form "... trace/justification..." and "this trace object justify ...". - Avoid confusion with util/trace.h Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2 lines
115 B
CMake
2 lines
115 B
CMake
add_library(elaborator elaborator.cpp elaborator_justification.cpp)
|
|
target_link_libraries(elaborator ${LEAN_LIBS})
|