mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
3fd9f4ab05
Closes: #15441
6 lines
102 B
CMake
6 lines
102 B
CMake
cmake_minimum_required(VERSION 3.7)
|
|
|
|
project(XcodeSchemaGeneration CXX)
|
|
|
|
add_executable(foo main.cpp)
|