Skip to content

Commit

Permalink
Unify style
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Dec 2, 2024
1 parent 5c9a172 commit 17ba96d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion discovery/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if (BUILD_DEPS)
endif()
endif()

aws_add_sanitizers(${PROJECT_NAME})
aws_add_sanitizers(Discovery-cpp)
target_link_libraries(Discovery-cpp PUBLIC ${DEP_AWS_LIBS})

install(FILES ${AWS_DISCOVERY_HEADERS} DESTINATION "include/aws/discovery/" COMPONENT Development)
Expand Down
2 changes: 1 addition & 1 deletion eventstream_rpc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if (NOT IS_SUBDIRECTORY_INCLUDE)
aws_use_package(aws-crt-cpp)
endif()

aws_add_sanitizers(${PROJECT_NAME})
aws_add_sanitizers(EventstreamRpc-cpp)
target_link_libraries(EventstreamRpc-cpp PUBLIC ${DEP_AWS_LIBS})

install(FILES ${AWS_EVENTSTREAMRPC_HEADERS} DESTINATION "include/aws/eventstreamrpc/" COMPONENT Development)
Expand Down
2 changes: 1 addition & 1 deletion greengrass_ipc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if (NOT IS_SUBDIRECTORY_INCLUDE)
aws_use_package(aws-crt-cpp)
endif()

aws_add_sanitizers(${PROJECT_NAME})
aws_add_sanitizers(GreengrassIpc-cpp)
target_link_libraries(GreengrassIpc-cpp PUBLIC ${DEP_AWS_LIBS})

install(FILES ${AWS_GREENGRASSIPC_HEADERS} DESTINATION "include/aws/greengrass/" COMPONENT Development)
Expand Down
2 changes: 1 addition & 1 deletion identity/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if (BUILD_DEPS)
endif()
endif()

aws_add_sanitizers(${PROJECT_NAME})
aws_add_sanitizers(IotIdentity-cpp)
target_link_libraries(IotIdentity-cpp PUBLIC ${DEP_AWS_LIBS})

install(FILES ${AWS_IOTIDENTITY_HEADERS} DESTINATION "include/aws/iotidentity/" COMPONENT Development)
Expand Down

0 comments on commit 17ba96d

Please sign in to comment.