OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILD_SHARED_LIBS
(Results
1 - 11
of
11
) sorted by null
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
opencl_clamdblas.hpp
48
#if (defined(
BUILD_SHARED_LIBS
) || defined(OPENCV_CORE_SHARED)) && (defined WIN32 || defined _WIN32 || defined WINCE)
opencl_clamdfft.hpp
48
#if (defined(
BUILD_SHARED_LIBS
) || defined(OPENCV_CORE_SHARED)) && (defined WIN32 || defined _WIN32 || defined WINCE)
opencl_core.hpp
58
#if (defined(
BUILD_SHARED_LIBS
) || defined(OPENCV_CORE_SHARED)) && (defined WIN32 || defined _WIN32 || defined WINCE)
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/opencv3/cmake/templates/
cvconfig.h.in
2
#cmakedefine
BUILD_SHARED_LIBS
/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/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/opencv3/cmake/
OpenCVFindIPP.cmake
37
if (X86 AND UNIX AND NOT APPLE AND NOT ANDROID AND
BUILD_SHARED_LIBS
)
38
message(STATUS "On 32-bit Linux IPP can not currently be used with dynamic libs because of linker errors. Set
BUILD_SHARED_LIBS
=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/opencv3/modules/core/src/
precomp.hpp
283
#if defined(
BUILD_SHARED_LIBS
)
Completed in 679 milliseconds