3 lines
65 B
CMake
3 lines
65 B
CMake
|
cmake_minimum_required(VERSION 3.0)
|
||
|
|
||
|
add_library(DAC20 DAC20.cpp)
|