You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
319 B

  1. --- a/reformatter/CMakeLists.txt
  2. +++ b/reformatter/CMakeLists.txt
  3. @@ -26,7 +26,7 @@
  4. ADD_EXECUTABLE(json_reformat ${SRCS})
  5. -TARGET_LINK_LIBRARIES(json_reformat yajl_s)
  6. +TARGET_LINK_LIBRARIES(json_reformat yajl_s m)
  7. # copy the binary into the output directory
  8. GET_TARGET_PROPERTY(binPath json_reformat LOCATION)