Skip to content

Commit

Permalink
CMake: pro2cmake: Handle OBJECTIVE_HEADERS
Browse files Browse the repository at this point in the history
Change-Id: I9a7b9c96530e8c922cf4aa5b6580e5579829db87
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
  • Loading branch information
hunger committed Sep 20, 2019
1 parent e619a38 commit 6cefa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/cmake/pro2cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -1794,7 +1794,7 @@ def write_all_source_file_lists(
cm_fh,
scope,
header,
["SOURCES", "HEADERS", "OBJECTIVE_SOURCES", "NO_PCH_SOURCES", "FORMS"] + extra_keys,
["SOURCES", "HEADERS", "OBJECTIVE_SOURCES", "OBJECTIVE_HEADERS", "NO_PCH_SOURCES", "FORMS"] + extra_keys,
indent,
footer=footer,
)
Expand Down

0 comments on commit 6cefa95

Please sign in to comment.