13 lines
299 B
CMake
13 lines
299 B
CMake
idf_component_register(SRCS "main.c"
|
|
"lipton/cci.c"
|
|
"lipton/cci.h"
|
|
"lipton/i2c.c"
|
|
"lipton/i2c.h"
|
|
"lipton/lepton_system.c"
|
|
"lipton/lepton_system.h"
|
|
"lipton/lepton_utilities.c"
|
|
"lipton/lepton_utilities.h"
|
|
"lipton/vospi.c"
|
|
"lipton/vospi.h"
|
|
INCLUDE_DIRS ".")
|