Переделана структура проекта
This commit is contained in:
@ -36,16 +36,19 @@ find_package(Threads REQUIRED)
|
||||
find_package(Qt5 COMPONENTS Core Network REQUIRED)
|
||||
|
||||
# Библиотеки
|
||||
add_subdirectory(src/myx/base)
|
||||
add_subdirectory(src/myx/backports/compiler)
|
||||
add_subdirectory(src/myx/backports/cpp)
|
||||
add_subdirectory(src/myx/backports/qt)
|
||||
add_subdirectory(src/myx/core)
|
||||
add_subdirectory(src/myx/filesystem)
|
||||
add_subdirectory(src/myx/qt)
|
||||
|
||||
# Примеры
|
||||
if(MYXLIB_BUILD_EXAMPLES)
|
||||
add_subdirectory(examples/base)
|
||||
add_subdirectory(examples/core)
|
||||
add_subdirectory(examples/filesystem)
|
||||
add_subdirectory(examples/qt)
|
||||
add_custom_target(examples example-base-endian example-filesystem-paths example-qt-tranlators
|
||||
add_custom_target(examples example-core-endian example-filesystem-paths example-qt-tranlators
|
||||
example-qt-posix-signal-watcher)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user