Skip to content

Commit 3b826f8

Browse files
Merge pull request #1196 from PatchByte/master
Change conflicting names of capi and non capi copy paste examples
2 parents 7b45b57 + b4e7b9e commit 3b826f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/copy-paste-capi/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ else()
3030
endif()
3131

3232
set_target_properties(datachannel-copy-paste-capi-offerer PROPERTIES
33-
OUTPUT_NAME offerer)
33+
OUTPUT_NAME offerer-capi)
3434

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

4646
set_target_properties(datachannel-copy-paste-capi-answerer PROPERTIES
47-
OUTPUT_NAME answerer)
47+
OUTPUT_NAME answerer-capi)
4848

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

0 commit comments

Comments
 (0)