mirror of
https://github.com/json-c/json-c.git
synced 2026-04-10 15:59:07 +08:00
build,cmake: rename libjson-c-static.a to libjson-c.a
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -105,5 +105,5 @@
|
|||||||
/CMakeFiles
|
/CMakeFiles
|
||||||
/cmake_install.cmake
|
/cmake_install.cmake
|
||||||
/include
|
/include
|
||||||
/libjson-c-static.a
|
/libjson-c.a
|
||||||
/libjson-c.so
|
/libjson-c.so
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ add_library(json-c-static
|
|||||||
)
|
)
|
||||||
|
|
||||||
set_property(TARGET json-c PROPERTY C_STANDARD 99)
|
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
|
install(TARGETS json-c json-c-static
|
||||||
RUNTIME DESTINATION bin
|
RUNTIME DESTINATION bin
|
||||||
|
|||||||
Reference in New Issue
Block a user