Skip to content

Commit

Permalink
Merge pull request #1196 from PatchByte/master
Browse files Browse the repository at this point in the history
Change conflicting names of capi and non capi copy paste examples
  • Loading branch information
paullouisageneau authored May 28, 2024
2 parents 7b45b57 + b4e7b9e commit 3b826f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/copy-paste-capi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ else()
endif()

set_target_properties(datachannel-copy-paste-capi-offerer PROPERTIES
OUTPUT_NAME offerer)
OUTPUT_NAME offerer-capi)

set_target_properties(datachannel-copy-paste-capi-offerer PROPERTIES
XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER com.github.paullouisageneau.libdatachannel.examples.copypaste.capi.offerer)
Expand All @@ -44,7 +44,7 @@ else()
endif()

set_target_properties(datachannel-copy-paste-capi-answerer PROPERTIES
OUTPUT_NAME answerer)
OUTPUT_NAME answerer-capi)

set_target_properties(datachannel-copy-paste-capi-answerer PROPERTIES
XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER com.github.paullouisageneau.libdatachannel.examples.copypaste.capi.answerer)
Expand Down

0 comments on commit 3b826f8

Please sign in to comment.