simdjson/tools/CMakeLists.txt

6 lines
280 B
CMake
Raw Normal View History

2020-06-25 03:13:47 +08:00
if(TARGET cxxopts) # we only build the tools if cxxopts is available
link_libraries(simdjson simdjson-internal-flags simdjson-windows-headers cxxopts)
add_executable(json2json json2json.cpp)
add_executable(jsonstats jsonstats.cpp)
add_executable(minify minify.cpp)
endif()