Skip to content

Commit

Permalink
add cJSON for parsing RTLX info
Browse files Browse the repository at this point in the history
  • Loading branch information
erysdren committed Dec 13, 2023
1 parent 404d8f2 commit bc89062
Show file tree
Hide file tree
Showing 4 changed files with 3,424 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ find_package(SDL2_net REQUIRED)
#

# all all c files in the source folder
file(GLOB ROTTEN_SOURCES ${PROJECT_SOURCE_DIR}/source/*.c)
file(GLOB ROTTEN_SOURCES
${PROJECT_SOURCE_DIR}/source/*.c
${PROJECT_SOURCE_DIR}/source/thirdp/*.c
)

# add rc file if we're on windows
if(WIN32)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ make
- [github.com/hogsy/hrotte/](https://github.com/hogsy/hrotte/)
- [github.com/LTCHIPS/rottexpr/](https://github.com/LTCHIPS/rottexpr/)
- [github.com/aminosbh/sdl2-cmake-modules/](https://github.com/aminosbh/sdl2-cmake-modules/)
- [github.com/DaveGamble/cJSON/](https://github.com/DaveGamble/cJSON/)

## License

Expand Down
Loading

0 comments on commit bc89062

Please sign in to comment.