Browse Source

Target C99 standards to get rid of warnings

tags/json-c-0.13-20171207
Steve Gerbino 9 years ago
parent
commit
0c749d96ea
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      CMakeLists.txt

+ 2
- 0
CMakeLists.txt View File

@@ -54,6 +54,8 @@ add_library(json-c
${JSON_C_HEADERS}
)

set_property(TARGET json-c PROPERTY C_STANDARD 99)

install(TARGETS json-c
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib


Loading…
Cancel
Save