Skip to content

Commit c19fa54

Browse files
author
Ahmed Yarub Hani Al Nuaimi
committed
Fix CMake scripts for example
1 parent 54b3d3f commit c19fa54

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/list_pod/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@ add_executable(list_pod main.c)
33
find_package(${pkgName})
44

55
target_link_libraries(list_pod PRIVATE ${pkgName})
6-
target_include_directories(list_pod PRIVATE
7-
${CMAKE_SOURCE_DIR}/config
8-
${CMAKE_SOURCE_DIR}/include
9-
${CMAKE_SOURCE_DIR}/api
10-
)

0 commit comments

Comments
 (0)