Lines Matching refs:ruy
17 project(ruy CXX) project
31 option(RUY_MINIMAL_BUILD "Disable ruy's tests, examples, etc. Build only ruy public libraries." ${R…
36 option(RUY_PROFILER "Enable ruy's built-in profiler (harms performance)" OFF)
43 # Skip cpuinfo if it was already generated, which can happen when ruy is
60 # ruy is a subdirectory in a wider project that is already providing
62 # in such a way that cpuinfo gets generated after ruy. In that case,
64 # target never gets defined, ruy will fail to compile.
65 # On the other hand, if ruy is the top-level project here (not part of a
70 "That typically means that the git submodules of the ruy "
71 "repository haven't been checked out. Try this in the ruy "
77 # googletest is only needed for tests. Projects embedding ruy as a subdirectory
78 # and not needing to build ruy tests may proceed without a local checkout of
86 add_subdirectory("ruy")