aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2018-11-17 22:30:54 +0100
committerRechi <Rechi@users.noreply.github.com>2018-11-17 22:30:54 +0100
commitdf8b69538deefb7dd94fe1bf5a3090cec81bacf9 (patch)
tree5ec17bb55bbf82533345da294e59783173348d8b
parent8b68a90123900c4e11e848144a26ca4e99ca3e55 (diff)
[cmake] readd JsonSchemaBuilder into Tools folder after 6945a194de
-rw-r--r--cmake/modules/FindJsonSchemaBuilder.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindJsonSchemaBuilder.cmake b/cmake/modules/FindJsonSchemaBuilder.cmake
index 352cb0dea6..b930a165c6 100644
--- a/cmake/modules/FindJsonSchemaBuilder.cmake
+++ b/cmake/modules/FindJsonSchemaBuilder.cmake
@@ -36,6 +36,7 @@ if(NOT TARGET JsonSchemaBuilder::JsonSchemaBuilder)
else()
add_subdirectory(${CMAKE_SOURCE_DIR}/tools/depends/native/JsonSchemaBuilder build/jsonschemabuilder)
add_executable(JsonSchemaBuilder::JsonSchemaBuilder ALIAS JsonSchemaBuilder)
+ set_target_properties(JsonSchemaBuilder PROPERTIES FOLDER Tools)
endif()
endif()
endif()