Skip to content

Commit

Permalink
CMakeLists: remove dendency and link libaditof entire lib
Browse files Browse the repository at this point in the history
Signed-off-by: rbudai <[email protected]>
  • Loading branch information
rbudai98 authored and SeptimiuVana committed Aug 16, 2024
1 parent 68201f5 commit 58aa0b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,8 @@ set(CONFIG_DIR_NAME "config")
add_definitions(-DCONFIG_DIR_NAME="${CONFIG_DIR_NAME}")
add_definitions(-DRESOURCES="${RESOURCES_DIR}")

add_subdirectory(dependencies)
add_subdirectory(apps)
add_subdirectory(libaditof/sdk)
add_subdirectory(libaditof)

if (WITH_EXAMPLES)
add_subdirectory(examples)
Expand Down

0 comments on commit 58aa0b8

Please sign in to comment.