myx-example-app-deb/myx_download_content.cmake
2023-10-13 13:32:12 +03:00

15 lines
580 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 git@gitlab.2:myx/examples/myx-example-interface-library)
myx_download_content(myx-example-object-library
GIT_REPOSITORY git@gitlab.2:myx/examples/myx-example-object-library)