Lines Matching refs:CMAKE_BINARY_DIR
25 …MESSAGE(STATUS "Downloading Google Test to ${CMAKE_BINARY_DIR}/googletest-source (define GOOGLETES…
26 …CONFIGURE_FILE(cmake/DownloadGoogleTest.cmake "${CMAKE_BINARY_DIR}/googletest-download/CMakeLists.…
28 WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/googletest-download")
30 WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/googletest-download")
31 …SET(GOOGLETEST_SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-source" CACHE STRING "Google Test source…
35 …MESSAGE(STATUS "Downloading Google Benchmark to ${CMAKE_BINARY_DIR}/googlebenchmark-source (define…
36 …CONFIGURE_FILE(cmake/DownloadGoogleBenchmark.cmake "${CMAKE_BINARY_DIR}/googlebenchmark-download/C…
38 WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/googlebenchmark-download")
40 WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/googlebenchmark-download")
41 …SET(GOOGLEBENCHMARK_SOURCE_DIR "${CMAKE_BINARY_DIR}/googlebenchmark-source" CACHE STRING "Google B…
61 "${CMAKE_BINARY_DIR}/googletest")
85 "${CMAKE_BINARY_DIR}/googlebenchmark")