mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58:39 +00:00
fix link if system json lib exists
This commit is contained in:
parent
5af8acfa6e
commit
dd8593f2d6
2 changed files with 7 additions and 7 deletions
|
@ -6,9 +6,9 @@ else( UNIX )
|
|||
set(json_platform_LIBS "")
|
||||
endif( UNIX )
|
||||
|
||||
add_library(json ${json_SRCS})
|
||||
add_library(jsoncpp ${json_SRCS})
|
||||
|
||||
target_link_libraries(
|
||||
json
|
||||
jsoncpp
|
||||
${json_platform_LIBS}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue