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

  /external/freetype/builds/cmake/
testbuild.sh 18 # BUILD_SHARED_LIBS=1 builds/cmake/testbuild.sh
28 # - The variable BUILD_SHARED_LIBS will be forwarded to the CMake project
44 if test -n "$BUILD_SHARED_LIBS"; then
45 bsl=-DBUILD_SHARED_LIBS=$BUILD_SHARED_LIBS
  /external/libdivsufsort/
CMakeLists.txt 20 option(BUILD_SHARED_LIBS "Set to OFF to build static libraries" ON)
  /external/gflags/
CMakeLists.txt 163 gflags_define (BOOL BUILD_SHARED_LIBS "Request build of shared libraries." OFF OFF)
164 gflags_define (BOOL BUILD_STATIC_LIBS "Request build of static libraries (default if BUILD_SHARED_LIBS is OFF)." OFF ON)
195 if (NOT BUILD_SHARED_LIBS AND NOT BUILD_STATIC_LIBS)
388 if (BUILD_SHARED_LIBS)
511 if (BUILD_SHARED_LIBS AND INSTALL_SHARED_LIBS)
580 if (NOT BUILD_SHARED_LIBS AND NOT INSTALL_HEADERS)
583 "\n BUILD_SHARED_LIBS=ON"
588 "\n BUILD_SHARED_LIBS=ON"
  /external/google-breakpad/src/testing/
CMakeLists.txt 8 # BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to
10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
  /external/v8/testing/gmock/
CMakeLists.txt 8 # BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to
10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
  /external/googletest/googlemock/
CMakeLists.txt 8 # BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to
10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
  /external/google-breakpad/src/testing/gtest/
CMakeLists.txt 8 # BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to
10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
  /external/v8/testing/gtest/
CMakeLists.txt 8 # BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to
10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
  /external/vulkan-validation-layers/tests/gtest-1.7.0/
CMakeLists.txt 8 # BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to
10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." ON)
  /external/gflags/test/
CMakeLists.txt 19 if (BUILD_SHARED_LIBS)
  /external/googletest/googletest/
CMakeLists.txt 8 # BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to
10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)

Completed in 192 milliseconds