mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 10:43:45 +02:00
try removing quotes...
This commit is contained in:
parent
248d0729a6
commit
140edd0589
1 changed files with 3 additions and 3 deletions
|
@ -23,10 +23,10 @@ macro(SETUP_HIFI_PROJECT)
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
# add the executable, include additional optional sources
|
# add the executable, include additional optional sources
|
||||||
add_executable(${TARGET_NAME} ${TARGET_SRCS} "${AUTOMTC_SRC}" "${AUTOSCRIBE_SHADER_SRC}")
|
add_executable(${TARGET_NAME} ${TARGET_SRCS} ${AUTOMTC_SRC} ${AUTOSCRIBE_SHADER_LIB_SRC})
|
||||||
|
|
||||||
if ("${AUTOSCRIBE_SHADER_SRC}" STRGREATER "")
|
if ("${AUTOSCRIBE_SHADER_LIB_SRC}" STRGREATER "")
|
||||||
message("Adding autoscribe files to target '${TARGET_NAME}': ${AUTOSCRIBE_SHADER_SRC}")
|
message("Adding autoscribe files to target '${TARGET_NAME}': ${AUTOSCRIBE_SHADER_LIB_SRC}")
|
||||||
|
|
||||||
file(GLOB LIST_OF_HEADER_FILES_IN_CURRENT_BUILD_DIR "${CMAKE_CURRENT_BINARY_DIR}/*.h")
|
file(GLOB LIST_OF_HEADER_FILES_IN_CURRENT_BUILD_DIR "${CMAKE_CURRENT_BINARY_DIR}/*.h")
|
||||||
if ("${LIST_OF_HEADER_FILES_IN_CURRENT_BUILD_DIR}" STRGREATER "")
|
if ("${LIST_OF_HEADER_FILES_IN_CURRENT_BUILD_DIR}" STRGREATER "")
|
||||||
|
|
Loading…
Reference in a new issue