We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b45b57 + b4e7b9e commit 3b826f8Copy full SHA for 3b826f8
examples/copy-paste-capi/CMakeLists.txt
@@ -30,7 +30,7 @@ else()
30
endif()
31
32
set_target_properties(datachannel-copy-paste-capi-offerer PROPERTIES
33
- OUTPUT_NAME offerer)
+ OUTPUT_NAME offerer-capi)
34
35
36
XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER com.github.paullouisageneau.libdatachannel.examples.copypaste.capi.offerer)
@@ -44,7 +44,7 @@ else()
44
45
46
set_target_properties(datachannel-copy-paste-capi-answerer PROPERTIES
47
- OUTPUT_NAME answerer)
+ OUTPUT_NAME answerer-capi)
48
49
50
XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER com.github.paullouisageneau.libdatachannel.examples.copypaste.capi.answerer)
0 commit comments