mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 17:35:37 +02:00
fix link if system json lib exists
This commit is contained in:
@@ -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}
|
||||
)
|
||||
|
Reference in New Issue
Block a user