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 efcdce5 commit 0ab7f44Copy full SHA for 0ab7f44
rutil/CMakeLists.txt
@@ -240,6 +240,7 @@ endif()
240
241
target_include_directories(rutil PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>)
242
target_include_directories(rutil PRIVATE ${ARES_INCLUDE_DIRS})
243
+target_include_directories(rutil PUBLIC ${CAJUN_INCLUDE_DIRS})
244
target_include_directories(rutil PUBLIC ${QPIDPROTON_INCLUDE_DIRS})
245
target_include_directories(rutil PUBLIC ${Python3_INCLUDE_DIRS} ${PYCXX_INCLUDE_DIRS})
246
target_include_directories(rutil PUBLIC ${OPENSSL_INCLUDE_DIR})
0 commit comments