9 lines
190 B
Diff
9 lines
190 B
Diff
|
--- a/perf/CMakeLists.txt
|
||
|
+++ b/perf/CMakeLists.txt
|
||
|
@@ -20,4 +20,4 @@
|
||
|
|
||
|
ADD_EXECUTABLE(perftest ${SRCS})
|
||
|
|
||
|
-TARGET_LINK_LIBRARIES(perftest yajl_s)
|
||
|
+TARGET_LINK_LIBRARIES(perftest yajl_s m)
|