git-svn-id: svn://db.shs.com.ru/libs@778 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2020-03-12 19:35:47 +00:00
parent 8f0e086562
commit 31a7460fc2
3 changed files with 350 additions and 1 deletions

View File

@@ -148,7 +148,7 @@ if (SomeQtFound)
else()
message(STATUS "None of Qt found, skip Qt-derived targets")
endif()
list(INSERT _DIRS 0 cd_utils)
list(INSERT _DIRS 0 cd_utils deploy_tool)
foreach(_D ${_DIRS})
include_directories(${_D})
add_subdirectory(${_D})