Skip to content

Commit

Permalink
Fun with gg
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Apr 2, 2024
1 parent 8f421ec commit aa3f06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greengrass_ipc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (WIN32)
endif()

add_library(GreengrassIpc-cpp ${AWS_GREENGRASSIPC_CPP_SRC})
target_link_libraries(GreengrassIpc-cpp EventstreamRpc-cpp)
target_link_libraries(GreengrassIpc-cpp PUBLIC EventstreamRpc-cpp)

set_target_properties(GreengrassIpc-cpp PROPERTIES LINKER_LANGUAGE CXX)

Expand Down

0 comments on commit aa3f06a

Please sign in to comment.