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
Issue
#359
: Use consistent spacing in CMakeLists.txt
tags/json-c-0.13-20171207
Eric Haszlakiewicz
8 years ago
parent
32f503f738
commit
7e608c5728
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
CMakeLists.txt
+ 3
- 3
CMakeLists.txt
View File
@@ -52,8 +52,8 @@ set(JSON_C_HEADERS
./linkhash.h
./math_compat.h
./strdup_compat.h
./strerror_override.h
./strerror_override_private.h
./strerror_override.h
./strerror_override_private.h
./vasprintf_compat.h
./printbuf.h
./random_seed.h
@@ -68,7 +68,7 @@ set(JSON_C_SOURCES
./json_util.c
./linkhash.c
./printbuf.c
./strerror_override.c
./strerror_override.c
./random_seed.c
./strerror_override.c
)
Write
Preview
Loading…
Cancel
Save