mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 03:24:46 +02:00
Remove cmake spam
This commit is contained in:
parent
105a615745
commit
b6247e0850
2 changed files with 0 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
macro(AUTOSCRIBE_SHADER)
|
macro(AUTOSCRIBE_SHADER)
|
||||||
message(STATUS "Processing shader ${SHADER_FILE}")
|
|
||||||
unset(SHADER_INCLUDE_FILES)
|
unset(SHADER_INCLUDE_FILES)
|
||||||
# Grab include files
|
# Grab include files
|
||||||
foreach(includeFile ${ARGN})
|
foreach(includeFile ${ARGN})
|
||||||
|
|
|
@ -8,6 +8,5 @@
|
||||||
macro(TARGET_JSON)
|
macro(TARGET_JSON)
|
||||||
add_dependency_external_projects(json)
|
add_dependency_external_projects(json)
|
||||||
find_package(JSON REQUIRED)
|
find_package(JSON REQUIRED)
|
||||||
message("JSON_INCLUDE_DIRS ${JSON_INCLUDE_DIRS}")
|
|
||||||
target_include_directories(${TARGET_NAME} PUBLIC ${JSON_INCLUDE_DIRS})
|
target_include_directories(${TARGET_NAME} PUBLIC ${JSON_INCLUDE_DIRS})
|
||||||
endmacro()
|
endmacro()
|
Loading…
Reference in a new issue