Xcode: Add test for schema generation

Closes: #15441
This commit is contained in:
Gregor Jasny
2017-03-12 21:23:26 +01:00
parent cf13e49544
commit 3fd9f4ab05
2 changed files with 21 additions and 0 deletions
@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.7)
project(XcodeSchemaGeneration CXX)
add_executable(foo main.cpp)