mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
10 lines
176 B
CMake
10 lines
176 B
CMake
cmake_minimum_required(VERSION 3.12)
|
|
project(${RunCMake_TEST} C)
|
|
|
|
set(main_sources main.c)
|
|
set(library_sources library.c)
|
|
|
|
include(util.cmake)
|
|
|
|
include(${RunCMake_TEST}.cmake)
|