mirror of
https://github.com/lubosz/overte.git
synced 2025-08-04 11:59:04 +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,7 +10,6 @@
|
||||||
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")
|
||||||
|
|
Loading…
Reference in a new issue