mirror of
https://github.com/DaveGamble/cJSON.git
synced 2026-09-02 05:29:55 +00:00
Add overrides for BUILD_SHARED_LIBS
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
if(ENABLE_CJSON_TEST)
|
||||
add_library(unity unity/src/unity.c)
|
||||
add_library(unity "${CJSON_LIBRARY_TYPE}" unity/src/unity.c)
|
||||
|
||||
# Disable -Werror for Unity
|
||||
if (FLAG_SUPPORTED_Werror)
|
||||
|
||||
Reference in New Issue
Block a user