diff options
author | TheLastRar <TheLastRar@users.noreply.github.com> | 2022-10-26 01:44:31 +0100 |
---|---|---|
committer | TheLastRar <TheLastRar@users.noreply.github.com> | 2022-11-04 18:11:36 +0000 |
commit | 1d38248194d4633327c22c2220299ebb10d0c495 (patch) | |
tree | 71aacf973d1329c11f8d7353d9df5d245a2682b7 /.gitmodules | |
parent | d52868c6c53935f3c12165e470ba3928295d747c (diff) | |
download | PrismLauncher-1d38248194d4633327c22c2220299ebb10d0c495.tar.gz PrismLauncher-1d38248194d4633327c22c2220299ebb10d0c495.tar.bz2 PrismLauncher-1d38248194d4633327c22c2220299ebb10d0c495.zip |
Libraries: Add ECM
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 68fb2864..95274f15 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "libraries/zlib"] path = libraries/zlib url = https://github.com/madler/zlib.git +[submodule "libraries/extra-cmake-modules"] + path = libraries/extra-cmake-modules + url = https://github.com/KDE/extra-cmake-modules |