Răsfoiți Sursa

Help: Fix typo with misnamed set_source_files_property() in example

Dan Walsh 3 ani în urmă
părinte
comite
2a37b7fd77
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Help/prop_sf/VS_CSHARP_tagname.rst

+ 1 - 1
Help/prop_sf/VS_CSHARP_tagname.rst

@@ -16,7 +16,7 @@ Example usage:
 
 .. code-block:: cmake
 
-  set_source_files_property(<filename>
+  set_source_files_properties(<filename>
            PROPERTIES
            VS_CSHARP_DependentUpon <other file>
            VS_CSHARP_SubType "Form")