mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 02:43:15 +00:00
5 lines
176 B
CMake
5 lines
176 B
CMake
add_library(cJSON STATIC)
|
|
target_sources(cJSON PRIVATE cJSON/cJSON.c cJSON/cJSON_Utils.c)
|
|
include_directories(cJSON "cJSON/")
|
|
target_include_directories(cJSON PUBLIC "cJSON/")
|