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
build,cmake: rename libjson-c-static.a to libjson-c.a
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
tags/json-c-0.13-20171207
Alexandru Ardelean
8 years ago
parent
a36396992d
commit
4fb2eefac2
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.gitignore
+1
-0
CMakeLists.txt
+ 1
- 1
.gitignore
View File
@@ -105,5 +105,5 @@
/CMakeFiles
/cmake_install.cmake
/include
/libjson-c
-static
.a
/libjson-c.a
/libjson-c.so
+ 1
- 0
CMakeLists.txt
View File
@@ -67,6 +67,7 @@ add_library(json-c-static
)
set_property(TARGET json-c PROPERTY C_STANDARD 99)
set_target_properties(json-c-static PROPERTIES OUTPUT_NAME json-c)
install(TARGETS json-c json-c-static
RUNTIME DESTINATION bin
Write
Preview
Loading…
Cancel
Save