From 5593f8124225607ba37e7f3757bbf2f85826a813 Mon Sep 17 00:00:00 2001 From: yuyoyuppe Date: Thu, 22 Oct 2020 12:50:34 +0300 Subject: [PATCH] checkout git submodules as PowerToys.sln prebuild action --- deps/cxxopts.props | 1 + deps/restore_git_submodules.props | 12 ++++++++++++ deps/spdlog.props | 1 + 3 files changed, 14 insertions(+) create mode 100644 deps/restore_git_submodules.props diff --git a/deps/cxxopts.props b/deps/cxxopts.props index 25cc72b19..bdd65e553 100644 --- a/deps/cxxopts.props +++ b/deps/cxxopts.props @@ -1,4 +1,5 @@ + $(MSBuildThisFileDirectory)cxxopts\include;%(AdditionalIncludeDirectories) diff --git a/deps/restore_git_submodules.props b/deps/restore_git_submodules.props new file mode 100644 index 000000000..bb1ff60ca --- /dev/null +++ b/deps/restore_git_submodules.props @@ -0,0 +1,12 @@ + + + true + + + + + \ No newline at end of file diff --git a/deps/spdlog.props b/deps/spdlog.props index 2689f2423..921cf9509 100644 --- a/deps/spdlog.props +++ b/deps/spdlog.props @@ -1,4 +1,5 @@ + $(MSBuildThisFileDirectory)spdlog\include;%(AdditionalIncludeDirectories)