4 lines
92 B
CMake
4 lines
92 B
CMake
|
cmake_minimum_required(VERSION 3.0)
|
||
|
project(Sample)
|
||
|
add_library(sample STATIC foo.c bar.cc)
|