myx/README.md
2022-11-02 13:18:26 +03:00

17 lines
608 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Библиотека дополнительных функций для CMake
## Установка
В корневом каталоге проекта создать каталог `cmake` и распаковать в него
[архив](../../../releases/download/2.1.98/myx-cmake-local-2.1.98.tar.xz ).
## Использование
В основном файле `CMakeLists.txt` проекта после вызова команды
`project()` добавить строки:
```cmake
# Рекомендуемый способ подключения MyxCMake
include(cmake/myx_setup.cmake)
```