mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
CMake: Flag composite files as generated
No idea why this was commented out.
This commit is contained in:
parent
399f4a33a1
commit
4c4c17cac2
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user