Рефакторинг 4
This commit is contained in:
@@ -3,12 +3,10 @@ set(TRGT filesystem)
|
||||
|
||||
# cmake-format: off
|
||||
# Список файлов исходных текстов
|
||||
if(NOT MYXLIB_HEADER_ONLY)
|
||||
set(TRGT_cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/current_executable.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/paths.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/paths_mt.cpp)
|
||||
endif()
|
||||
|
||||
# Список заголовочных файлов
|
||||
set(TRGT_hpp
|
||||
|
@@ -1,2 +1 @@
|
||||
#include <myx/filesystem/current_executable.hpp>
|
||||
#include <myx/filesystem/current_executable-inl.hpp>
|
||||
|
@@ -1,2 +1 @@
|
||||
#include <myx/filesystem/paths.hpp>
|
||||
#include <myx/filesystem/paths-inl.hpp>
|
||||
|
@@ -1,2 +1 @@
|
||||
#include <myx/filesystem/paths_mt.hpp>
|
||||
#include <myx/filesystem/paths_mt-inl.hpp>
|
||||
|
Reference in New Issue
Block a user