Переделана структура проекта
This commit is contained in:
@ -32,9 +32,9 @@ if(MYXLIB_BUILD_EXAMPLES)
|
||||
target_include_directories(${TRGT} SYSTEM PUBLIC ${Qt5Core_INCLUDE_DIRS})
|
||||
|
||||
target_include_directories(${TRGT} SYSTEM PRIVATE ${CMAKE_SOURCE_DIR}/src)
|
||||
add_dependencies(${TRGT} base filesystem)
|
||||
add_dependencies(${TRGT} core filesystem)
|
||||
|
||||
target_link_libraries(${TRGT} base_static filesystem_static)
|
||||
target_link_libraries(${TRGT} filesystem_static)
|
||||
target_link_libraries(${TRGT} Qt5::Core)
|
||||
target_link_libraries(${TRGT} Threads::Threads)
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
#include <myx/base/config.hpp>
|
||||
#include <myx/core/config.hpp>
|
||||
|
||||
#include <myx/filesystem/paths.hpp>
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QDebug>
|
||||
|
||||
//NOLINTNEXTLINE
|
||||
#define CMLIB_PROJECT_NAME "myxlib"
|
||||
|
||||
namespace MF = myx::filesystem;
|
||||
|
Reference in New Issue
Block a user