mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 22:39:18 +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)
|
function(AUTOSCRIBE_SHADER SHADER_FILE)
|
||||||
|
|
||||||
# Grab include files
|
# Grab include files
|
||||||
foreach(includeFIle ${ARGN})
|
foreach(includeFile ${ARGN})
|
||||||
list(APPEND SHADER_INCLUDE_FILES ${includeFIle})
|
list(APPEND SHADER_INCLUDE_FILES ${includeFile})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
#Extract the unique include shader paths
|
#Extract the unique include shader paths
|
||||||
|
|
Loading…
Reference in a new issue