mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 01:10:44 +02:00
spacing repairs in autoscribe_shader_lib
This commit is contained in:
parent
02dcc39185
commit
c9e18e8d90
2 changed files with 59 additions and 61 deletions
|
@ -9,7 +9,6 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
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})
|
||||||
|
@ -20,7 +19,6 @@ function(AUTOSCRIBE_SHADER SHADER_FILE)
|
||||||
list(APPEND SHADER_INCLUDES_PATHS ${INCLUDE_DIR})
|
list(APPEND SHADER_INCLUDES_PATHS ${INCLUDE_DIR})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
|
||||||
#Extract the unique include shader paths
|
#Extract the unique include shader paths
|
||||||
set(INCLUDES ${HIFI_LIBRARIES_SHADER_INCLUDE_FILES})
|
set(INCLUDES ${HIFI_LIBRARIES_SHADER_INCLUDE_FILES})
|
||||||
#message(${TARGET_NAME} Hifi for includes ${INCLUDES})
|
#message(${TARGET_NAME} Hifi for includes ${INCLUDES})
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
set(TARGET_NAME gpu)
|
set(TARGET_NAME gpu)
|
||||||
AUTOSCRIBE_SHADER_LIB(gpu)
|
autoscribe_shader_lib(gpu)
|
||||||
setup_hifi_library()
|
setup_hifi_library()
|
||||||
link_hifi_libraries(shared)
|
link_hifi_libraries(shared)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue