mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 22:08:43 +02:00
test
This commit is contained in:
parent
3d59f8d7e8
commit
62dc83fa32
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ macro(SETUP_HIFI_PROJECT)
|
|||
# add the executable, include additional optional sources
|
||||
add_executable(${TARGET_NAME} ${TARGET_SRCS} "${AUTOMTC_SRC}" "${AUTOSCRIBE_SHADER_SRC}")
|
||||
|
||||
if ("${AUTOSCRIBE_SHADER_SRC}" STRGREATER "")
|
||||
message("Adding autoscribe files to target '${TARGET_NAME}': ${AUTOSCRIBE_SHADER_SRC}")
|
||||
endif ()
|
||||
|
||||
set(${TARGET_NAME}_DEPENDENCY_QT_MODULES ${ARGN})
|
||||
list(APPEND ${TARGET_NAME}_DEPENDENCY_QT_MODULES Core)
|
||||
|
||||
|
|
Loading…
Reference in a new issue