blob: 5a50d7dcf40daa423f685f4497f1b5a9e08f2a49 [file] [log] [blame]
Ryan Prichard7aea7e92022-01-13 17:30:17 -08001XCODE_EXPLICIT_FILE_TYPE
2------------------------
3
4.. versionadded:: 3.1
5
6Set the :generator:`Xcode` ``explicitFileType`` attribute on its reference to a
7source file. CMake computes a default based on file extension but
8can be told explicitly with this property.
9
10See also :prop_sf:`XCODE_LAST_KNOWN_FILE_TYPE`.