We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b3d3f commit c19fa54Copy full SHA for c19fa54
examples/list_pod/CMakeLists.txt
@@ -3,8 +3,3 @@ add_executable(list_pod main.c)
3
find_package(${pkgName})
4
5
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