3 lines
89 B
CMake
3 lines
89 B
CMake
cmake_minimum_required(VERSION 3.1)
|
|
project(cpplink CXX)
|
|
add_library(cpplink cpplink.cpp) |