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.

CMakeLists.txt 221B

123456789
  1. if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
  2. message(FATAL_ERROR "cmake must be invoked with the top level directory")
  3. endif()
  4. # Benchmarking tools
  5. add_subdirectory(perf)
  6. # Unit tests
  7. add_subdirectory(unit)