Отделил Дебаг паки от проекта и вынес их из гита

This commit is contained in:
krivoshein
2024-12-25 14:32:18 +03:00
parent bf7b0ac741
commit fc1b58e743
603 changed files with 165 additions and 259874 deletions

View File

@@ -41,3 +41,15 @@ target_link_libraries(DataBaseLMS PRIVATE Qt5::Widgets)
target_link_libraries(DataBaseLMS PRIVATE Qt5::Sql)
target_compile_definitions(DataBaseLMS PRIVATE DATABASELMS_LIBRARY)
add_custom_command(TARGET DataBaseLMS
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different
d:/QT/BUILDS/LMS/DB_LMS/Debug64/libDataBaseLMS.dll
d:/QT/BUILDS/LMS/TestServerLMS/Debug64)
add_custom_command(TARGET DataBaseLMS
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different
d:/QT/BUILDS/LMS/DB_LMS/Debug64/libDataBaseLMS.dll
d:/QT/BUILDS/LMS/GUIdataBaseLMS/Debug64)