Переименованы библиотеки

This commit is contained in:
2019-10-04 13:10:36 +03:00
parent 70a5655461
commit 0bad5e79a2
6 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# Название основной цели и имя библиотеки в текущем каталоге
set(current_target base)
set(current_target ${PROJECT_NAME}-base)
set(current_target_sources
${CMAKE_CURRENT_SOURCE_DIR}/config.cpp

View File

@@ -1,5 +1,5 @@
# Название основной цели и имя библиотеки в текущем каталоге
set(current_target filesystem)
set(current_target ${PROJECT_NAME}-filesystem)
# Список файлов исходных текстов
set(current_target_sources

View File

@@ -1,5 +1,5 @@
# Название основной цели и имя библиотеки в текущем каталоге
set(current_target log)
set(current_target ${PROJECT_NAME}-log)
# Список файлов исходных текстов
set(current_target_sources