initial commit
This commit is contained in:
16
CMakeLists.txt
Normal file
16
CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
idf_component_register(
|
||||
SRCS
|
||||
"src/dali_comm.cpp"
|
||||
"src/base.cpp"
|
||||
"src/addr.cpp"
|
||||
"src/decode.cpp"
|
||||
"src/device.cpp"
|
||||
"src/dt1.cpp"
|
||||
"src/dt8.cpp"
|
||||
"src/sequence.cpp"
|
||||
"src/sequence_store.cpp"
|
||||
"src/color.cpp"
|
||||
INCLUDE_DIRS "include"
|
||||
)
|
||||
|
||||
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 17)
|
||||
Reference in New Issue
Block a user