Skip to content

Commit

Permalink
Merge remote-tracking branch 'couchbase/unstable' into HEAD
Browse files Browse the repository at this point in the history
Change-Id: Ia2ffbb54df25c59cd85b60f86b2c707a83bbe5a3
  • Loading branch information
AnkitPrabhu committed Sep 9, 2021
2 parents fb4458c + bf6e885 commit 84c9c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v8_consumer/CMakeLists.txt
Expand Up @@ -111,5 +111,5 @@ ENDIF()
ADD_EXECUTABLE(eventing-consumer ${EVENTING_SOURCES})
ADD_DEPENDENCIES(eventing-consumer eventing-generated couchbase)

TARGET_LINK_LIBRARIES(eventing-consumer ${EVENTING_LIBRARIES} couchbase)
TARGET_LINK_LIBRARIES(eventing-consumer ${EVENTING_LIBRARIES} couchbase nlohmann_json::nlohmann_json)
INSTALL(TARGETS eventing-consumer RUNTIME DESTINATION bin)

0 comments on commit 84c9c9a

Please sign in to comment.