We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1968b86 commit f6d1caaCopy full SHA for f6d1caa
2 files changed
CMakeLists.txt
@@ -0,0 +1,6 @@
1
+cmake_minimum_required(VERSION 3.9)
2
+
3
+project(simdjson-data VERSION 0.1.0 LANGUAGES NONE)
4
5
+add_subdirectory(jsonchecker)
6
+add_subdirectory(jsonexamples)
jsonexamples/CMakeLists.txt
@@ -1,6 +1,4 @@
set(SIMDJSON_BENCHMARK_DATA_DIR ${CMAKE_CURRENT_BINARY_DIR} PARENT_SCOPE)
-set(EXAMPLE_JSON ${CMAKE_CURRENT_BINARY_DIR}/twitter.json PARENT_SCOPE)
-set(EXAMPLE_NDJSON ${CMAKE_CURRENT_BINARY_DIR}/amazon_cellphones.ndjson PARENT_SCOPE)
# Copy static files to the build dir so they live alongside the generated ones
file(GLOB_RECURSE example_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.json *.ndjson)
0 commit comments