tree changes

This commit is contained in:
2020-08-19 16:22:10 +03:00
parent 76d9604282
commit d0148bf460
356 changed files with 5334 additions and 6298 deletions

View File

@@ -1,11 +1 @@
include_directories(${qad_includes})
file(GLOB _dl "[^.]*")
foreach(_D ${_dl})
if(IS_DIRECTORY ${_D})
add_subdirectory(${_D})
endif()
endforeach()
if (LIB)
set(_ALL_TARGETS ${_ALL_TARGETS} PARENT_SCOPE)
endif()
add_directories("qad_")