summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject/subproject_two_object_libs/dummy.cpp
diff options
context:
space:
mode:
authorYauheni Khnykin <yauheni.khnykin@here.com>2020-11-29 16:54:56 (GMT)
committerBrad King <brad.king@kitware.com>2020-11-30 18:02:51 (GMT)
commit31d3e64080c950b1f201b0fb9040937a8af1cda9 (patch)
tree37ddc0af63e72874fddb67d16932384be77243b5 /Tests/RunCMake/XcodeProject/subproject_two_object_libs/dummy.cpp
parentf85f86415b1ef628ef5ffc851733927be4098378 (diff)
downloadCMake-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.cpp5
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()
+{
+}
+}