mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
7 lines
110 B
CMake
7 lines
110 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
project (SBCS)
|
|
|
|
add_definitions(-D_SBCS)
|
|
|
|
add_executable (SBCS SBCS.cxx)
|