mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-29 20:05:38 +03:00
feat: gitignore + path
This commit is contained in:
@@ -2,6 +2,9 @@ cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
project(DataBaseLMS LANGUAGES CXX)
|
||||
|
||||
get_filename_component(PROJECT_PATH ${CMAKE_CURRENT_SOURCE_DIR} DIRECTORY)
|
||||
get_filename_component(REPO_PATH ${PROJECT_PATH} DIRECTORY)
|
||||
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
set(CMAKE_AUTOUIC ON)
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
@@ -42,14 +45,15 @@ target_link_libraries(DataBaseLMS PRIVATE Qt5::Sql)
|
||||
|
||||
target_compile_definitions(DataBaseLMS PRIVATE DATABASELMS_LIBRARY)
|
||||
|
||||
message("${REPO_PATH}")
|
||||
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)
|
||||
${REPO_PATH}/BUILDS/DB_LMS/Debug64/libDataBaseLMS.dll
|
||||
${REPO_PATH}/BUILDS/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)
|
||||
${REPO_PATH}/BUILDS/DB_LMS/Debug64/libDataBaseLMS.dll
|
||||
${REPO_PATH}/BUILDS/GUIdataBaseLMS/Debug64)
|
||||
|
||||
Reference in New Issue
Block a user