Home
last modified time | relevance | path

Searched defs:lib_type (Results 1 – 6 of 6) sorted by relevance

/external/python/pybind11/tools/
Dpybind11NewTools.cmake186 set(lib_type STATIC) variable
188 set(lib_type SHARED) variable
190 set(lib_type MODULE) variable
Dpybind11Tools.cmake155 set(lib_type SHARED) variable
157 set(lib_type MODULE) variable
/external/pigweed/pw_unit_test/
Dtest.cmake165 set(lib_type "INTERFACE") variable
167 set(lib_type "OBJECT") variable
/external/python/cpython3/Lib/distutils/
Dccompiler.py876 def library_filename(self, libname, lib_type='static', # or 'shared' argument
/external/python/setuptools/setuptools/_distutils/
Dccompiler.py883 def library_filename(self, libname, lib_type='static', # or 'shared' argument
/external/python/cpython2/Lib/distutils/
Dccompiler.py842 def library_filename(self, libname, lib_type='static', # or 'shared' argument