mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
MPS->MTD
This commit is contained in:
@@ -52,26 +52,26 @@ if(PROJECT_TYPE_DEBUG)
|
||||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||
${REPO_PATH}/BUILDS/Debug64/LibDataBaseInterface/libDataBaseInterface.dll
|
||||
${REPO_PATH}/BUILDS/Debug64/ProgramServerMPS)
|
||||
${REPO_PATH}/BUILDS/Debug64/ProgramServerMTD)
|
||||
|
||||
add_custom_command(TARGET DataBaseInterface
|
||||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||
${REPO_PATH}/BUILDS/Debug64/LibDataBaseInterface/libDataBaseInterface.dll
|
||||
${REPO_PATH}/BUILDS/Debug64/ProgramAWSinstructorMPS)
|
||||
${REPO_PATH}/BUILDS/Debug64/ProgramAWSinstructorMTD)
|
||||
else()
|
||||
|
||||
add_custom_command(TARGET DataBaseInterface
|
||||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||
${REPO_PATH}/BUILDS/Release64/LibDataBaseInterface/libDataBaseInterface.dll
|
||||
${REPO_PATH}/BUILDS/Release64/ProgramServerMPS)
|
||||
${REPO_PATH}/BUILDS/Release64/ProgramServerMTD)
|
||||
|
||||
add_custom_command(TARGET DataBaseInterface
|
||||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||
${REPO_PATH}/BUILDS/Release64/LibDataBaseInterface/libDataBaseInterface.dll
|
||||
${REPO_PATH}/BUILDS/Release64/ProgramAWSinstructorMPS)
|
||||
${REPO_PATH}/BUILDS/Release64/ProgramAWSinstructorMTD)
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user