mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Отделил Дебаг паки от проекта и вынес их из гита
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user