The source code and dockerfile for the GSW2024 AI Lab.
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

9 lines
284 B

4 weeks ago
  1. @PACKAGE_INIT@
  2. include(CMakeFindDependencyMacro)
  3. if (@GTEST_HAS_PTHREAD@)
  4. set(THREADS_PREFER_PTHREAD_FLAG @THREADS_PREFER_PTHREAD_FLAG@)
  5. find_dependency(Threads)
  6. endif()
  7. include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
  8. check_required_components("@project_name@")