mirror of
https://github.com/lubosz/overte.git
synced 2025-04-18 04:18:17 +02:00
changed setup_project to only use the generated shader source files
This commit is contained in:
parent
316ddd68ef
commit
3d59f8d7e8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ macro(SETUP_HIFI_PROJECT)
|
|||
endforeach()
|
||||
|
||||
# add the executable, include additional optional sources
|
||||
add_executable(${TARGET_NAME} ${TARGET_SRCS} "${AUTOMTC_SRC}" "${AUTOSCRIBE_SHADER_LIB_SRC}")
|
||||
add_executable(${TARGET_NAME} ${TARGET_SRCS} "${AUTOMTC_SRC}" "${AUTOSCRIBE_SHADER_SRC}")
|
||||
|
||||
set(${TARGET_NAME}_DEPENDENCY_QT_MODULES ${ARGN})
|
||||
list(APPEND ${TARGET_NAME}_DEPENDENCY_QT_MODULES Core)
|
||||
|
|
Loading…
Reference in a new issue