Skip to content

Commit

Permalink
Add more C++ extensions to FileType.swift (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschwieb authored Feb 14, 2024
1 parent d1110b1 commit fd48b7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/ProjectSpec/FileType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ extension FileType {
"m": FileType(buildPhase: .sources),
"mm": FileType(buildPhase: .sources),
"cpp": FileType(buildPhase: .sources),
"cp": FileType(buildPhase: .sources),
"cxx": FileType(buildPhase: .sources),
"c": FileType(buildPhase: .sources),
"cc": FileType(buildPhase: .sources),
"S": FileType(buildPhase: .sources),
Expand Down

0 comments on commit fd48b7e

Please sign in to comment.