myx-example-app-ext/myx_download_content.cmake

15 lines
584 B
CMake
Raw Permalink 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 -P myx_download_content.cmake
#
if(CMAKE_SCRIPT_MODE_FILE)
include("cmake/myx/lib/DownloadContent.cmake")
endif()
myx_download_content(myx-example-interface-library
GIT_REPOSITORY https://git.246060.ru/cmake/myx-example-interface-library)
myx_download_content(myx-example-object-library
GIT_REPOSITORY https://git.246060.ru/cmake/myx-example-object-library)