Move code generator to tools subdirectory for higher consistency with OSS standards

This commit is contained in:
sangelovic
2019-04-26 00:03:46 +02:00
parent 1b02c604d8
commit 1b1b9ae8ae
13 changed files with 12 additions and 12 deletions

View File

@@ -131,7 +131,7 @@ endif()
option(BUILD_CODE_GEN "Build and install interface stub code generator (default OFF)" OFF)
if(BUILD_CODE_GEN)
add_subdirectory("${CMAKE_SOURCE_DIR}/stub-generator")
add_subdirectory("${CMAKE_SOURCE_DIR}/tools")
endif()
#----------------------------------