Skip to content

Commit 114eb91

Browse files
committed
Workaround for moving streamer to dpl_lib
1 parent 06c9fb3 commit 114eb91

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

porting/dpl_lib/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ file(GLOB ${PROJECT_NAME}_HEADERS
1111

1212
include_directories(
1313
include
14+
"${PROJECT_SOURCE_DIR}/../dpl_os/include"
1415
"${PROJECT_SOURCE_DIR}/../../bin/targets/syscfg/generated/include/"
1516
)
1617

porting/dpl_os/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ file(GLOB ${PROJECT_NAME}_HEADERS
1313

1414
include_directories(
1515
include
16-
# "${PROJECT_SOURCE_DIR}/../dpl/include"
16+
"${PROJECT_SOURCE_DIR}/../dpl/include"
17+
"${PROJECT_SOURCE_DIR}/../dpl_lib/include"
1718
"${PROJECT_SOURCE_DIR}/../../bin/targets/syscfg/generated/include/"
1819
)
1920

0 commit comments

Comments
 (0)