Skip to content

Commit 0c9d36e

Browse files
author
Justin Boswell
authored
Make iot sdk target actually use CRT library target (#321)
* Make iot sdk target actually use CRT and IoT library targets * Do not add aws-c-iot to the root package, it is linked by leaf targets
1 parent 73779f8 commit 0c9d36e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ else()
5858
set(IN_SOURCE_BUILD OFF)
5959
endif()
6060

61+
aws_use_package(aws-crt-cpp)
62+
6163
add_subdirectory(jobs)
6264
add_subdirectory(shadow)
6365
add_subdirectory(discovery)

0 commit comments

Comments
 (0)