2 lines
66 B
CMake
2 lines
66 B
CMake
|
cmake_minimum_required(VERSION 3.0)
|
||
|
add_library(AD5791 AD5791.cpp)
|