mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 09:37:14 +02:00
Fixing tools build
This commit is contained in:
parent
cc1be64850
commit
88514540d1
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,9 @@ if (BUILD_TOOLS)
|
||||||
check_test(${TOOL})
|
check_test(${TOOL})
|
||||||
if (${BUILD_TOOL_RESULT})
|
if (${BUILD_TOOL_RESULT})
|
||||||
add_subdirectory(${TOOL})
|
add_subdirectory(${TOOL})
|
||||||
set_target_properties(${TOOL} PROPERTIES FOLDER "Tools")
|
if (TARGET ${TOOL})
|
||||||
|
set_target_properties(${TOOL} PROPERTIES FOLDER "Tools")
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue