diff options
| author | Yauheni Khnykin <yauheni.khnykin@here.com> | 2020-11-29 16:54:56 (GMT) |
|---|---|---|
| committer | Brad King <brad.king@kitware.com> | 2020-11-30 18:02:51 (GMT) |
| commit | 31d3e64080c950b1f201b0fb9040937a8af1cda9 (patch) | |
| tree | 37ddc0af63e72874fddb67d16932384be77243b5 /Tests/RunCMake/XcodeProject/subproject_two_object_libs/dummy.cpp | |
| parent | f85f86415b1ef628ef5ffc851733927be4098378 (diff) | |
| download | CMake-31d3e64080c950b1f201b0fb9040937a8af1cda9.zip CMake-31d3e64080c950b1f201b0fb9040937a8af1cda9.tar.gz CMake-31d3e64080c950b1f201b0fb9040937a8af1cda9.tar.bz2 | |
Tests: Add Xcode cases fixed by switch to the "new build system"
Support of 'new build system' in Xcode fixes indirectly few issues
which were caused by workaround with `XCODE_DEPEND_HELPER.cmake`
autogenerated script.
This patch adds test which is originated from issue #20260 and
reproduces this issue when 'new build system' is disabled.
Fixes: #20260
Diffstat (limited to 'Tests/RunCMake/XcodeProject/subproject_two_object_libs/dummy.cpp')
| -rw-r--r-- | Tests/RunCMake/XcodeProject/subproject_two_object_libs/dummy.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/XcodeProject/subproject_two_object_libs/dummy.cpp b/Tests/RunCMake/XcodeProject/subproject_two_object_libs/dummy.cpp new file mode 100644 index 0000000..8082abc --- /dev/null +++ b/Tests/RunCMake/XcodeProject/subproject_two_object_libs/dummy.cpp @@ -0,0 +1,5 @@ +namespace { +void foo() +{ +} +} |
