This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Target C99 standards to get rid of warnings
tags/json-c-0.13-20171207
Steve Gerbino
9 years ago
parent
928858457b
commit
0c749d96ea
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save