mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 08:48:27 +01:00
Renamed srcs/ into src/
This commit is contained in:
6
src/CMakeLists.txt
Normal file
6
src/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
file(GLOB_RECURSE INC_FILES ../include/*.h)
|
||||
file(GLOB_RECURSE SRC_FILES *.cpp)
|
||||
|
||||
include_directories(../include)
|
||||
|
||||
add_library(ArduinoJson ${SRC_FILES} ${INC_FILES})
|
||||
Reference in New Issue
Block a user