remove extra cmake debug

This commit is contained in:
Stephen Birarda 2015-09-08 15:21:34 -07:00
parent a3959109f1
commit 255f896f7b
2 changed files with 1 additions and 3 deletions

View file

@ -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})

View file

@ -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})