Searched refs:COMPONENT (Results 1 – 25 of 76) sorted by relevance
1234
/third_party/mindspore/cmake/ |
D | package_lite.cmake | 39 DESTINATION ${MIND_DATA_INC_DIR} COMPONENT ${RUNTIME_COMPONENT_NAME}) 43 ${RUNTIME_LIB_DIR} COMPONENT ${RUNTIME_COMPONENT_NAME}) 45 ${RUNTIME_LIB_DIR} COMPONENT ${RUNTIME_COMPONENT_NAME}) 46 …install(FILES ${JPEGTURBO_LIB_LIST} DESTINATION ${TURBO_DIR}/lib COMPONENT ${RUNTIME_COMPONENT_NAM… 48 DESTINATION ${SECUREC_DIR} COMPONENT ${RUNTIME_COMPONENT_NAME}) 51 ${RUNTIME_LIB_DIR} COMPONENT ${RUNTIME_COMPONENT_NAME}) 53 ${RUNTIME_LIB_DIR} COMPONENT ${RUNTIME_COMPONENT_NAME}) 54 …install(FILES ${JPEGTURBO_LIB_LIST} DESTINATION ${TURBO_DIR}/lib COMPONENT ${RUNTIME_COMPONENT_NAM… 56 DESTINATION ${SECUREC_DIR} COMPONENT ${RUNTIME_COMPONENT_NAME}) 59 ${RUNTIME_LIB_DIR} COMPONENT ${RUNTIME_COMPONENT_NAME}) [all …]
|
D | package.cmake | 55 COMPONENT mindspore 62 COMPONENT mindspore 69 COMPONENT mindspore 75 COMPONENT mindspore 80 DESTINATION ${INSTALL_LIB_DIR} RENAME libmindspore_glog.so.0 COMPONENT mindspore) 84 DESTINATION ${INSTALL_LIB_DIR} RENAME libevent-2.1.so.7 COMPONENT mindspore) 86 DESTINATION ${INSTALL_LIB_DIR} RENAME libevent_core-2.1.so.7 COMPONENT mindspore) 88 DESTINATION ${INSTALL_LIB_DIR} RENAME libevent_extra-2.1.so.7 COMPONENT mindspore) 90 DESTINATION ${INSTALL_LIB_DIR} RENAME libevent_openssl-2.1.so.7 COMPONENT mindspore) 92 DESTINATION ${INSTALL_LIB_DIR} RENAME libevent_pthreads-2.1.so.7 COMPONENT mindspore) [all …]
|
D | package_tar.cmake | 27 COMPONENT mindspore 33 COMPONENT mindspore 41 COMPONENT mindspore 53 COMPONENT mindspore 60 COMPONENT mindspore 66 COMPONENT mindspore 76 COMPONENT mindspore 82 COMPONENT mindspore 92 COMPONENT mindspore 101 COMPONENT mindspore [all …]
|
D | package_win.cmake | 52 COMPONENT mindspore 58 COMPONENT mindspore 64 COMPONENT mindspore 72 COMPONENT mindspore 81 COMPONENT mindspore 92 COMPONENT mindspore 98 COMPONENT mindspore 107 COMPONENT mindspore 112 COMPONENT mindspore 121 COMPONENT mindspore [all …]
|
/third_party/nghttp2/cmake/ |
D | FindLibevent.cmake | 11 # [COMPONENT <C>...]) # Libraries to look for 57 foreach(COMPONENT ${Libevent_FIND_COMPONENTS}) 60 if(COMPONENT STREQUAL _LIBEVENT_LIBNAME) 63 set(_LIBEVENT_LIBNAME "event_${COMPONENT}") 65 string(TOUPPER "${COMPONENT}" COMPONENT_UPPER) 71 set(Libevent_${COMPONENT}_FOUND 1) 89 foreach(COMPONENT ${Libevent_FIND_COMPONENTS}) 90 string(TOUPPER "${COMPONENT}" COMPONENT_UPPER) 92 set(LIBEVENT_${COMPONENT_UPPER}_FOUND ${Libevent_${COMPONENT}_FOUND})
|
/third_party/protobuf/cmake/ |
D | install.cmake | 26 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT ${_library} 27 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT ${_library} 28 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT ${_library}) 33 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT protoc) 57 COMPONENT protobuf-headers 94 COMPONENT protobuf-protos 138 COMPONENT protobuf-export) 142 COMPONENT protobuf-export 149 COMPONENT protobuf-examples)
|
/third_party/libxml2/ |
D | CMakeLists.txt | 512 install(FILES ${LIBXML2_HDRS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/libxml2/libxml COMPONENT deve… 517 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT development 518 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT runtime NAMELINK_COMPONENT development 519 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT runtime 523 …E:LibXml2> DESTINATION ${CMAKE_INSTALL_BINDIR} CONFIGURATIONS Debug RelWithDebInfo COMPONENT debug) 542 …install(TARGETS ${PROGRAM} EXPORT LibXml2 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT pr… 639 ARCHIVE DESTINATION ${LIBXML2_PYTHON_INSTALL_DIR} COMPONENT development 640 LIBRARY DESTINATION ${LIBXML2_PYTHON_INSTALL_DIR} COMPONENT runtime NAMELINK_COMPONENT development 641 RUNTIME DESTINATION ${LIBXML2_PYTHON_INSTALL_DIR} COMPONENT runtime 644 …Mod> DESTINATION ${LIBXML2_PYTHON_INSTALL_DIR} CONFIGURATIONS Debug RelWithDebInfo COMPONENT debug) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | cmake_install.cmake | 22 if(COMPONENT) 23 message(STATUS "Install component: \"${COMPONENT}\"") 24 set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_intrinsics.py | 871 indices=[BASE, COMPONENT, IO_SEMANTICS], flags=[CAN_ELIMINATE, CAN_REORDER]) 906 load("ubo_vec4", [-1, 1], [ACCESS, COMPONENT], flags=[CAN_ELIMINATE, CAN_REORDER]) 908 load("input", [1], [BASE, COMPONENT, DEST_TYPE, IO_SEMANTICS], [CAN_ELIMINATE, CAN_REORDER]) 910 load("input_vertex", [1, 1], [BASE, COMPONENT, DEST_TYPE, IO_SEMANTICS], [CAN_ELIMINATE, CAN_REORDE… 912 load("per_vertex_input", [1, 1], [BASE, COMPONENT, DEST_TYPE, IO_SEMANTICS], [CAN_ELIMINATE, CAN_RE… 914 load("interpolated_input", [2, 1], [BASE, COMPONENT, DEST_TYPE, IO_SEMANTICS], [CAN_ELIMINATE, CAN_… 921 load("output", [1], [BASE, COMPONENT, DEST_TYPE, IO_SEMANTICS], flags=[CAN_ELIMINATE]) 923 load("per_vertex_output", [1, 1], [BASE, COMPONENT, DEST_TYPE, IO_SEMANTICS], [CAN_ELIMINATE]) 925 load("per_primitive_output", [1, 1], [BASE, COMPONENT, DEST_TYPE, IO_SEMANTICS], [CAN_ELIMINATE]) 958 store("output", [1], [BASE, WRITE_MASK, COMPONENT, SRC_TYPE, IO_SEMANTICS]) [all …]
|
/third_party/node/deps/cares/src/tools/ |
D | CMakeLists.txt | 19 INSTALL (TARGETS ahost COMPONENT Tools ${TARGETS_INST_DEST}) 36 INSTALL (TARGETS adig COMPONENT Tools ${TARGETS_INST_DEST}) 53 INSTALL (TARGETS acountry COMPONENT Tools ${TARGETS_INST_DEST})
|
/third_party/ejdb/man/ |
D | CMakeLists.txt | 5 COMPONENT doc) 8 COMPONENT doc)
|
/third_party/node/deps/cares/docs/ |
D | CMakeLists.txt | 7 COMPONENT Devel 14 COMPONENT Tools
|
/third_party/node/deps/cares/src/lib/ |
D | CMakeLists.txt | 47 COMPONENT Library 52 COMPONENT Library 95 INSTALL (TARGETS ${LIBNAME} EXPORT ${PROJECT_NAME}-targets COMPONENT Devel 100 COMPONENT Library
|
/third_party/libwebsockets/test-apps/ |
D | CMakeLists.txt | 245 COMPONENT examples) 253 COMPONENT examples) 257 COMPONENT examples) 263 COMPONENT examples) 271 COMPONENT examples)
|
/third_party/flutter/skia/ |
D | OWNERS | 1 # COMPONENT: Internals>Skia
|
/third_party/iowow/man/ |
D | CMakeLists.txt | 2 COMPONENT doc)
|
/third_party/flutter/skia/third_party/externals/dawn/ |
D | OWNERS | 4 # COMPONENT: Internals>GPU>Dawn
|
/third_party/node/tools/inspector_protocol/markupsafe/ |
D | OWNERS | 5 # COMPONENT: Internals
|
/third_party/node/deps/zlib/ |
D | OWNERS | 7 # COMPONENT: Internals
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | OWNERS | 7 # COMPONENT: Internals
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | OWNERS | 6 # COMPONENT: Blink>Internals
|
/third_party/flutter/skia/third_party/externals/angle2/ |
D | OWNERS | 8 # COMPONENT: Internals>GPU>Angle
|
/third_party/node/deps/cares/include/ |
D | CMakeLists.txt | 7 INSTALL (FILES ${CARES_HEADERS} COMPONENT Devel DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|
/third_party/freetype/ |
D | CMakeLists.txt | 481 COMPONENT headers 489 COMPONENT headers) 527 COMPONENT pkgconfig) 543 COMPONENT libraries) 548 COMPONENT headers) 552 COMPONENT headers)
|
/third_party/iowow/cmake/Modules/ |
D | UploadPPA.cmake | 164 foreach(COMPONENT ${CPACK_COMPONENTS_ALL}) 165 string(TOUPPER ${COMPONENT} UPPER_COMPONENT) 171 "Package: ${CPACK_DEBIAN_PACKAGE_NAME}-${COMPONENT}\n" 180 endforeach(COMPONENT ${CPACK_COMPONENTS_ALL})
|
1234