Skip to content

Commit

Permalink
[cmake] readd JsonSchemaBuilder into Tools folder after 6945a19
Browse files Browse the repository at this point in the history
  • Loading branch information
Rechi committed Nov 17, 2018
1 parent 8b68a90 commit df8b695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/FindJsonSchemaBuilder.cmake
Expand Up @@ -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()

0 comments on commit df8b695

Please sign in to comment.