
add_library(json++ STATIC
  json_st.cc
  json.tab.cc
  lex.yy.cc
)
