Skip to content

Commit

Permalink
build,cmake: rename libjson-c-static.a to libjson-c.a
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Ardelean <[email protected]>
  • Loading branch information
commodo committed Jun 19, 2017
1 parent a363969 commit 4fb2eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@
/CMakeFiles
/cmake_install.cmake
/include
/libjson-c-static.a
/libjson-c.a
/libjson-c.so
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fb2eef

Please sign in to comment.