Skip to content

Commit

Permalink
Complete rename
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Sep 17, 2024
1 parent c7d3425 commit e6f1fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/federated/RTI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ IF(CMAKE_BUILD_TYPE MATCHES DEBUG)
ENDIF(CMAKE_BUILD_TYPE MATCHES DEBUG)
target_compile_definitions(${RTI_LIB} PUBLIC LOG_LEVEL=${LOG_LEVEL})

include(${LF_ROOT}/version/api/CMakeLists.txt)
include(${LF_ROOT}/variant/api/CMakeLists.txt)
target_link_libraries(${RTI_LIB} PUBLIC lf::version-api)

include(${LF_ROOT}/logging/api/CMakeLists.txt)
Expand Down
2 changes: 1 addition & 1 deletion util/tracing/codegen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(TracepointToRs LANGUAGES C)
add_executable(tracepoint-to-rs ${CMAKE_CURRENT_LIST_DIR}/src/tracepoint_to_rs.c)
set(LF_ROOT ${CMAKE_CURRENT_LIST_DIR}/../../..)
include(${LF_ROOT}/trace/api/CMakeLists.txt)
include(${LF_ROOT}/version/api/CMakeLists.txt)
include(${LF_ROOT}/variant/api/CMakeLists.txt)
target_link_libraries(tracepoint-to-rs PUBLIC lf::trace-api)
target_link_libraries(tracepoint-to-rs PUBLIC lf::version-api)
target_link_libraries(tracepoint-to-rs PUBLIC lf::trace-api-types)

0 comments on commit e6f1fef

Please sign in to comment.