mirror of
https://github.com/lubosz/overte.git
synced 2025-05-28 07:32:27 +02:00
remove extra cmake debug
This commit is contained in:
parent
a3959109f1
commit
255f896f7b
2 changed files with 1 additions and 3 deletions
|
@ -73,7 +73,6 @@ endfunction()
|
||||||
|
|
||||||
|
|
||||||
macro(AUTOSCRIBE_SHADER_LIB)
|
macro(AUTOSCRIBE_SHADER_LIB)
|
||||||
message("Autoscribe running for ${TARGET_NAME}")
|
|
||||||
file(RELATIVE_PATH RELATIVE_LIBRARY_DIR_PATH ${CMAKE_CURRENT_SOURCE_DIR} "${HIFI_LIBRARY_DIR}")
|
file(RELATIVE_PATH RELATIVE_LIBRARY_DIR_PATH ${CMAKE_CURRENT_SOURCE_DIR} "${HIFI_LIBRARY_DIR}")
|
||||||
foreach(HIFI_LIBRARY ${ARGN})
|
foreach(HIFI_LIBRARY ${ARGN})
|
||||||
#if (NOT TARGET ${HIFI_LIBRARY})
|
#if (NOT TARGET ${HIFI_LIBRARY})
|
||||||
|
|
|
@ -10,8 +10,7 @@
|
||||||
macro(SETUP_HIFI_LIBRARY)
|
macro(SETUP_HIFI_LIBRARY)
|
||||||
|
|
||||||
project(${TARGET_NAME})
|
project(${TARGET_NAME})
|
||||||
message("Setting up project ${TARGET_NAME}")
|
|
||||||
|
|
||||||
# grab the implemenation and header files
|
# grab the implemenation and header files
|
||||||
file(GLOB_RECURSE LIB_SRCS "src/*.h" "src/*.cpp" "src/*.c")
|
file(GLOB_RECURSE LIB_SRCS "src/*.h" "src/*.cpp" "src/*.c")
|
||||||
list(APPEND ${TARGET_NAME}_SRCS ${LIB_SRCS})
|
list(APPEND ${TARGET_NAME}_SRCS ${LIB_SRCS})
|
||||||
|
|
Loading…
Reference in a new issue