Skip to content

Commit

Permalink
Add missing include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Apr 16, 2024
1 parent 03518fd commit 543557c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ if(ZEEP_BUILD_LIBRARY)

target_include_directories(zeep
PUBLIC
"$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>"
"$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include;${ASIO_INCLUDE_DIR}>"
"$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>"
)

Expand Down

0 comments on commit 543557c

Please sign in to comment.