This importer is so similar to the basic importer, that it can be dropped. The current state was used in the SOBRES 2013 Paper. Change-Id: Ibed1af6e1a72286500d42e83e594557d6dcf3803
9 lines
243 B
CMake
9 lines
243 B
CMake
set(SRCS
|
|
Importer.cc
|
|
BasicImporter.cc
|
|
)
|
|
|
|
add_executable(import-trace main.cc ${SRCS})
|
|
target_link_libraries(import-trace ${PROTOBUF_LIBRARY} -lmysqlclient fail-util fail-sal fail-comm)
|
|
install(TARGETS import-trace RUNTIME DESTINATION bin)
|