1
0
Fork 0
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:
proller 2013-03-06 00:51:05 +04:00 committed by kwolekr
parent 5af8acfa6e
commit dd8593f2d6
2 changed files with 7 additions and 7 deletions

View file

@ -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}
)