7 lines
97 B
CMake
7 lines
97 B
CMake
|
|
add_library(INA219 STATIC
|
|
"INA219.c"
|
|
"INA219.h"
|
|
)
|
|
|
|
target_include_directories(INA219 PUBLIC ./) |