mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
Оптимизировал все CMakeLists.txt
This commit is contained in:
7
cmake/CommonInfoForProject.cmake
Normal file
7
cmake/CommonInfoForProject.cmake
Normal file
@@ -0,0 +1,7 @@
|
||||
macro(common_info_for_project TARGET_NAME)
|
||||
message("${TARGET_NAME}: ")
|
||||
message("CMAKE_CURRENT_SOURCE_DIR: ${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
message("REPO_PATH: ${REPO_PATH}")
|
||||
message("PROJECT_TYPE_DEBUG: ${PROJECT_TYPE_DEBUG}\n")
|
||||
endmacro()
|
||||
|
||||
Reference in New Issue
Block a user