HomeSort by relevance Sort by last modified time
    Searched full:add_library (Results 51 - 57 of 57) sorted by null

1 23

  /external/compiler-rt/lib/asan/tests/
CMakeLists.txt 206 add_library(${ASAN_TEST_RUNTIME} STATIC ${ASAN_TEST_RUNTIME_OBJECTS})
  /external/lldb/
CMakeLists.txt 179 add_library(${name} ${libkind} ${srcs})
  /external/chromium_org/testing/gtest/cmake/
internal_utils.cmake 145 add_library(${name} ${type} ${ARGN})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 247 def add_library(self, libname): member in class:CCompiler
256 order they were supplied to 'add_library()' and/or
274 libraries specified to 'add_library()' and 'set_libraries()'. The
592 supplied to 'add_library()' and/or 'set_libraries()', and the
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 247 def add_library(self, libname): member in class:CCompiler
256 order they were supplied to 'add_library()' and/or
274 libraries specified to 'add_library()' and 'set_libraries()'. The
592 supplied to 'add_library()' and/or 'set_libraries()', and the
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
cmake.py 228 'static_library': CMakeTargetType('add_library', 'STATIC', 'ARCHIVE'),
229 'shared_library': CMakeTargetType('add_library', 'SHARED', 'LIBRARY'),
230 'loadable_module': CMakeTargetType('add_library', 'MODULE', 'LIBRARY'),
    [all...]
  /external/ceres-solver/
CMakeLists.txt     [all...]

Completed in 1957 milliseconds

1 23