Sfoglia il codice sorgente

Merge pull request #1196 from PatchByte/master

Change conflicting names of capi and non capi copy paste examples
Paul-Louis Ageneau 1 anno fa
parent
commit
3b826f8827
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      examples/copy-paste-capi/CMakeLists.txt

+ 2 - 2
examples/copy-paste-capi/CMakeLists.txt

@@ -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)
@@ -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)