Skip to content

Commit

Permalink
Link cJSON with m
Browse files Browse the repository at this point in the history
Change-Id: Iea8a0c8668eb89c758e9b9f9cb038416562c58b0
Reviewed-on: http://review.couchbase.org/29914
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
Tested-by: Trond Norbye <trond.norbye@gmail.com>
  • Loading branch information
trondn committed Oct 31, 2013
1 parent 3bcdcfa commit 8715027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -19,6 +19,7 @@ IF (WIN32)
INCLUDE_DIRECTORIES(AFTER ${CMAKE_CURRENT_SOURCE_DIR}/win32)
TARGET_LINK_LIBRARIES(vbucket cJSON)
ELSE (WIN32)
TARGET_LINK_LIBRARIES(cJSON m)
TARGET_LINK_LIBRARIES(vbucket cJSON m)
ENDIF (WIN32)

Expand Down

0 comments on commit 8715027

Please sign in to comment.