Skip to content

Commit

Permalink
path corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Feb 19, 2024
1 parent a93ac72 commit 9bd93a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,20 +278,20 @@ add_subdirectory(ecal/core/cfg)
# services
# --------------------------------------------------------
if(ECAL_CORE_SERVICE)
add_subdirectory(src/service)
add_subdirectory(ecal/service)
endif()

# --------------------------------------------------------
# time plugins
# --------------------------------------------------------
if(ECAL_CORE_TIMEPLUGIN)
add_subdirectory(src/time)
add_subdirectory(ecal/time)
endif()

# --------------------------------------------------------
# utils
# --------------------------------------------------------
add_subdirectory(src/utils)
add_subdirectory(ecal/utils)

# --------------------------------------------------------
# samples
Expand Down
2 changes: 1 addition & 1 deletion tests/core_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ find_package(Threads REQUIRED)
find_package(GTest REQUIRED)

set(core_test_src
ecal/core_test.cpp
src/core_test.cpp
)

ecal_add_gtest(${PROJECT_NAME} ${core_test_src})
Expand Down

0 comments on commit 9bd93a5

Please sign in to comment.