Browse Source

CMake: Flag composite files as generated

No idea why this was commented out.
Sam Edwards 7 years ago
parent
commit
4c4c17cac2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmake/macros/CompositeSources.cmake

+ 1 - 1
cmake/macros/CompositeSources.cmake

@@ -93,7 +93,7 @@ function(composite_sources target sources_var)
     endif()
   endwhile()
 
-  #set_source_files_properties(${composite_files} PROPERTIES GENERATED YES)
+  set_source_files_properties(${composite_files} PROPERTIES GENERATED YES)
 
   # The new files are added to the existing files, which means the old files
   # are still there, but they won't be compiled due to the HEADER_FILE_ONLY setting.