This website requires JavaScript.
Explore
Help
Sign In
bblanchon
/
ArduinoJson
Watch
1
Star
0
Fork
1
You've already forked ArduinoJson
mirror of
https://github.com/bblanchon/ArduinoJson.git
synced
2025-07-25 16:27:33 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
beb49a9446cad3d459b670228e498dda77bdb47d
ArduinoJson
/
srcs
/
CMakeLists.txt
3 lines
81 B
CMake
Raw
Normal View
History
Unescape
Escape
Added *.h files
2014-10-14 13:55:07 +02:00
file
(
GLOB_RECURSE
SRCS_FILES
*.cpp
*.h
)
Splitted CMakeLists.txt
2014-10-14 10:01:46 +02:00
add_library
(
ArduinoJson
${
SRCS_FILES
}
)
Reference in New Issue
Copy Permalink