myx update

This commit is contained in:
Andrei Astafev 2022-10-09 05:56:00 +03:00
parent 8872017750
commit 43d6bc9d47

View File

@ -12,13 +12,13 @@ include(cmake/myx_setup.cmake)
if(PROJECT_IS_TOP_LEVEL)
FetchContent_Add(myx-example-interface-library
GIT_REPOSITORY gitlab.2:myx/examples/myx-example-interface-library
GIT_REPOSITORY git@gitlab.2:myx/examples/myx-example-interface-library
GIT_PATH myx/examples/myx-example-interface-library
GIT_REMOTE origin
)
FetchContent_Add(myx-example-object-library
GIT_REPOSITORY gitlab.2:myx/examples/myx-example-object-library
GIT_REPOSITORY git@gitlab.2:myx/examples/myx-example-object-library
GIT_PATH myx/examples/myx-example-object-library
GIT_REMOTE origin
)