Files
cls_master/lib/ina219/CMakeLists.txt

7 lines
97 B
CMake

add_library(INA219 STATIC
"INA219.c"
"INA219.h"
)
target_include_directories(INA219 PUBLIC ./)