move util library into ddsrt
As was the plan with the introduction of ddsrt; this includes renaming the identifiers to match the capitalization style and removes old junk. Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
e965df5db7
commit
6c171a890d
62 changed files with 1702 additions and 1869 deletions
|
@ -18,7 +18,7 @@ target_include_directories(
|
|||
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../ddsc/src>"
|
||||
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../ddsi/include>")
|
||||
|
||||
target_link_libraries(rhc_torture RhcTypes ddsc util)
|
||||
target_link_libraries(rhc_torture RhcTypes ddsc)
|
||||
|
||||
add_test(
|
||||
NAME rhc_torture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue