mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 13:13:02 +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})
|
||||
if (${BUILD_TOOL_RESULT})
|
||||
add_subdirectory(${TOOL})
|
||||
set_target_properties(${TOOL} PROPERTIES FOLDER "Tools")
|
||||
if (TARGET ${TOOL})
|
||||
set_target_properties(${TOOL} PROPERTIES FOLDER "Tools")
|
||||
endif()
|
||||
endif()
|
||||
endforeach()
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue