mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 01:22:21 +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)
|
||||
message("Autoscribe running for ${TARGET_NAME}")
|
||||
file(RELATIVE_PATH RELATIVE_LIBRARY_DIR_PATH ${CMAKE_CURRENT_SOURCE_DIR} "${HIFI_LIBRARY_DIR}")
|
||||
foreach(HIFI_LIBRARY ${ARGN})
|
||||
#if (NOT TARGET ${HIFI_LIBRARY})
|
||||
|
|
|
@ -10,8 +10,7 @@
|
|||
macro(SETUP_HIFI_LIBRARY)
|
||||
|
||||
project(${TARGET_NAME})
|
||||
message("Setting up project ${TARGET_NAME}")
|
||||
|
||||
|
||||
# grab the implemenation and header files
|
||||
file(GLOB_RECURSE LIB_SRCS "src/*.h" "src/*.cpp" "src/*.c")
|
||||
list(APPEND ${TARGET_NAME}_SRCS ${LIB_SRCS})
|
||||
|
|
Loading…
Reference in a new issue