File: CMakeLists.txt

package info (click to toggle)
simdjson 4.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 31,400 kB
  • sloc: cpp: 195,760; ansic: 20,954; sh: 1,126; python: 885; makefile: 47; ruby: 25; javascript: 13
file content (6 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
if(SIMDJSON_STATIC_REFLECTION)
  link_libraries(simdjson)
  include_directories(..)
  add_cpp_test(basic_compile_time_tests SOURCES basic_compile_time_tests.cpp COMPILE_ONLY)
  add_cpp_test(compile_time_json_tests SOURCES compile_time_json_tests.cpp)
endif(SIMDJSON_STATIC_REFLECTION)