HomeSort by relevance Sort by last modified time
    Searched refs:add_subdirectory (Results 1 - 9 of 9) sorted by null

  /external/libdivsufsort/
CMakeLists.txt 86 add_subdirectory(pkgconfig)
87 add_subdirectory(include)
88 add_subdirectory(lib)
90 add_subdirectory(examples)
  /external/llvm/utils/unittest/
CMakeLists.txt 50 add_subdirectory(UnitTestMain)
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/
CMakeLists.txt 67 add_subdirectory(UnitTestMain)
  /external/cn-cbor/
CMakeLists.txt 83 add_subdirectory ( include )
84 add_subdirectory ( src )
85 add_subdirectory ( test )
  /external/google-breakpad/src/testing/
CMakeLists.txt 25 # Google Test also calls hermetic setup functions from add_subdirectory,
51 add_subdirectory("${gtest_dir}" "${gmock_BINARY_DIR}/gtest")
  /external/googletest/googlemock/
CMakeLists.txt 21 # Google Test also calls hermetic setup functions from add_subdirectory,
52 add_subdirectory("${gtest_dir}" "${gmock_BINARY_DIR}/gtest")
105 # in via add_subdirectory() rather than being a standalone build).
  /external/gflags/
CMakeLists.txt 8 ## gflags source directory via CMake's "add_subdirectory" command. Only when
46 ## add_subdirectory(gflags)
129 # users may set the non-cached variable GFLAGS_IS_SUBPROJECT before add_subdirectory(gflags)
504 # Define "gflags::gflags" alias for projects that support both find_package(gflags) and add_subdirectory(gflags)
602 add_subdirectory (test)
  /external/googletest/googletest/
README.md 91 and adding it using CMake's `add_subdirectory()` command. This has the
114 pulled into the main build with `add_subdirectory()`. For example:
160 add_subdirectory(${CMAKE_CURRENT_BINARY_DIR}/googletest-src
  /external/libvpx/libvpx/third_party/googletest/src/
README.md 91 and adding it using CMake's `add_subdirectory()` command. This has the
114 pulled into the main build with `add_subdirectory()`. For example:
157 add_subdirectory(${CMAKE_BINARY_DIR}/googletest-src

Completed in 193 milliseconds