mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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