This commit is contained in:
2025-12-05 12:20:47 +03:00
parent 57673d0ee4
commit 05fce073f1
450 changed files with 58 additions and 58 deletions

View File

@@ -30,14 +30,14 @@ find_package(Qt5 COMPONENTS LinguistTools REQUIRED)
find_package(Qt5 COMPONENTS Xml REQUIRED)
find_package(Qt5 COMPONENTS Concurrent REQUIRED)
add_subdirectory(DataBaseInterface)
add_subdirectory(InstructorsAndTrainees)
add_subdirectory(LibDataBaseInterface)
add_subdirectory(LibInstructorsAndTrainees)
add_subdirectory(LibServer)
add_subdirectory(ProgramAWSinstructorMPS)
add_subdirectory(Server)
add_subdirectory(ProgramServerMPS)
add_dependencies(InstructorsAndTrainees DataBaseInterface)
add_dependencies(ProgramAWSinstructorMPS InstructorsAndTrainees)
add_dependencies(Server DataBaseInterface)
add_dependencies(Server InstructorsAndTrainees)
add_dependencies(ProgramAWSinstructorMPS InstructorsAndTrainees)
add_dependencies(ProgramServerMPS Server)