2022-02-02 03:54:22 +08:00
|
|
|
diff --git a/iothub_client/CMakeLists.txt b/iothub_client/CMakeLists.txt
|
2022-09-23 05:32:34 +08:00
|
|
|
index 5a8f5573c..07ab3b7cb 100644
|
2022-02-02 03:54:22 +08:00
|
|
|
--- a/iothub_client/CMakeLists.txt
|
|
|
|
+++ b/iothub_client/CMakeLists.txt
|
2022-09-23 05:32:34 +08:00
|
|
|
@@ -442,8 +442,6 @@ target_include_directories(iothub_client
|
2022-02-02 03:54:22 +08:00
|
|
|
PUBLIC
|
|
|
|
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/inc>
|
|
|
|
- $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/azureiot/include>
|
|
|
|
+ $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/azureiot>
|
2022-09-23 05:32:34 +08:00
|
|
|
- $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/deps/umock-c/inc>
|
|
|
|
- $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/deps/azure-macro-utils-c/inc>
|
2022-02-02 03:54:22 +08:00
|
|
|
)
|
|
|
|
applyXcodeBuildFlagsIfNeeded(iothub_client)
|
|
|
|
target_link_libraries(iothub_client ${iothub_client_libs})
|