mirror of
https://github.com/overte-org/overte.git
synced 2025-04-09 21:23:49 +02:00
remove extra space from SetupHifiProject
This commit is contained in:
parent
475861c4be
commit
a24789b721
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}" )
|
||||
add_executable(${TARGET_NAME} ${TARGET_SRCS} "${AUTOMTC_SRC}")
|
||||
|
||||
set(${TARGET_NAME}_DEPENDENCY_QT_MODULES ${ARGN})
|
||||
list(APPEND ${TARGET_NAME}_DEPENDENCY_QT_MODULES Core)
|
||||
|
|
Loading…
Reference in a new issue