mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-23 07:17:30 +02:00
Splitted CMakeLists.txt
This commit is contained in:
3
srcs/CMakeLists.txt
Normal file
3
srcs/CMakeLists.txt
Normal file
@ -0,0 +1,3 @@
|
||||
file(GLOB_RECURSE SRCS_FILES *.cpp)
|
||||
|
||||
add_library(ArduinoJson ${SRCS_FILES})
|
Reference in New Issue
Block a user