mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-24 22:55:49 -04: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)
|