mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 09:56:33 +02:00
fix typo
This commit is contained in:
parent
3cfe066bcb
commit
03d8922d59
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
|||
function(AUTOSCRIBE_SHADER SHADER_FILE)
|
||||
|
||||
# Grab include files
|
||||
foreach(includeFIle ${ARGN})
|
||||
list(APPEND SHADER_INCLUDE_FILES ${includeFIle})
|
||||
foreach(includeFile ${ARGN})
|
||||
list(APPEND SHADER_INCLUDE_FILES ${includeFile})
|
||||
endforeach()
|
||||
|
||||
#Extract the unique include shader paths
|
||||
|
|
Loading…
Reference in a new issue