Home
last modified time | relevance | path

Searched full:cmake_system_name (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/spirv-tools/
DCMakeLists.txt51 if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
54 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Emscripten")
56 elseif("${CMAKE_SYSTEM_NAME}" MATCHES "Windows")
58 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "CYGWIN")
60 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
62 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "iOS")
64 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "tvOS")
66 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "visionOS")
68 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Android")
71 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD")
[all …]
/third_party/node/deps/uv/
DCMakeLists.txt174 if(NOT CMAKE_SYSTEM_NAME MATCHES "Android|OS390|QNX")
202 if(CMAKE_SYSTEM_NAME STREQUAL "AIX")
215 if(CMAKE_SYSTEM_NAME STREQUAL "Android")
230 if(APPLE OR CMAKE_SYSTEM_NAME MATCHES "Android|Linux")
234 if(CMAKE_SYSTEM_NAME MATCHES "DragonFly|FreeBSD")
238 if(CMAKE_SYSTEM_NAME MATCHES "DragonFly|FreeBSD|NetBSD|OpenBSD")
242 if(APPLE OR CMAKE_SYSTEM_NAME MATCHES "DragonFly|FreeBSD|NetBSD|OpenBSD")
246 if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
250 if(APPLE OR CMAKE_SYSTEM_NAME STREQUAL "OpenBSD")
262 if(CMAKE_SYSTEM_NAME STREQUAL "GNU")
[all …]
/third_party/libuv/
DCMakeLists.txt225 if(NOT CMAKE_SYSTEM_NAME MATCHES "Android|OS390|QNX")
253 if(CMAKE_SYSTEM_NAME STREQUAL "AIX")
266 if(CMAKE_SYSTEM_NAME STREQUAL "Android")
277 if(APPLE OR CMAKE_SYSTEM_NAME MATCHES "Android|Linux")
281 if(CMAKE_SYSTEM_NAME MATCHES "DragonFly|FreeBSD")
285 if(CMAKE_SYSTEM_NAME MATCHES "DragonFly|FreeBSD|NetBSD|OpenBSD")
289 if(APPLE OR CMAKE_SYSTEM_NAME MATCHES "DragonFly|FreeBSD|NetBSD|OpenBSD")
293 if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
297 if(APPLE OR CMAKE_SYSTEM_NAME STREQUAL "OpenBSD")
309 if(CMAKE_SYSTEM_NAME STREQUAL "GNU")
[all …]
/third_party/skia/third_party/externals/spirv-tools/
DCMakeLists.txt39 if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
42 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Emscripten")
44 elseif("${CMAKE_SYSTEM_NAME}" MATCHES "Windows")
46 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "CYGWIN")
48 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
50 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "iOS")
52 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "tvOS")
54 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Android")
57 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD")
59 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Fuchsia")
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DCMakeLists.txt39 if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
42 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Emscripten")
44 elseif("${CMAKE_SYSTEM_NAME}" MATCHES "Windows")
46 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "CYGWIN")
48 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
50 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "iOS")
52 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "tvOS")
54 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Android")
57 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD")
59 elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Fuchsia")
[all …]
/third_party/curl/CMake/
DOtherTests.cmake118 CMAKE_SYSTEM_NAME STREQUAL "AIX" OR
119 CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" OR
120 CMAKE_SYSTEM_NAME STREQUAL "HP-UX" OR
121 CMAKE_SYSTEM_NAME STREQUAL "MidnightBSD" OR
122 CMAKE_SYSTEM_NAME STREQUAL "NetBSD" OR
123 CMAKE_SYSTEM_NAME STREQUAL "SunOS")
125 elseif(CMAKE_SYSTEM_NAME MATCHES "BSD")
/third_party/node/deps/cares/
DCMakeLists.txt264 IF (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
266 ELSEIF (CMAKE_SYSTEM_NAME STREQUAL "Linux")
268 ELSEIF (CMAKE_SYSTEM_NAME STREQUAL "SunOS")
270 ELSEIF (CMAKE_SYSTEM_NAME STREQUAL "AIX")
272 ELSEIF (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
483 IF (CMAKE_SYSTEM_NAME STREQUAL "SunOS" AND NOT CMAKE_THREAD_LIBS_INIT)
613 IF (CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR
614 CMAKE_SYSTEM_NAME STREQUAL "HPUX" OR
615 CMAKE_SYSTEM_NAME STREQUAL "NetBSD" OR
616 CMAKE_SYSTEM_NAME STREQUAL "SunOS" OR
[all …]
/third_party/curl/lib/
DCMakeLists.txt73 if(CMAKE_SYSTEM_NAME STREQUAL "AIX" OR
74 CMAKE_SYSTEM_NAME STREQUAL "Linux" OR
75 CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR
76 CMAKE_SYSTEM_NAME STREQUAL "SunOS" OR
77 CMAKE_SYSTEM_NAME STREQUAL "GNU/kFreeBSD" OR
83 CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" OR
85 CMAKE_SYSTEM_NAME STREQUAL "Haiku")
/third_party/vulkan-loader/scripts/
DCMakeLists.txt57 set(UPDATE_DEPS_DIR_SUFFIX "${CMAKE_SYSTEM_NAME}/${UPDATE_DEPS_DIR_SUFFIX}/universal")
59 …set(UPDATE_DEPS_DIR_SUFFIX "${CMAKE_SYSTEM_NAME}/${UPDATE_DEPS_DIR_SUFFIX}/${CMAKE_SYSTEM_PROCESSO…
83 # Avoids manually setting CMAKE_SYSTEM_NAME unless it's needed:
85 if (NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "${CMAKE_HOST_SYSTEM_NAME}")
86 list(APPEND cmake_vars "CMAKE_SYSTEM_NAME")
/third_party/astc-encoder/
DCMakeLists.txt52 if("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
95 if(NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
124 if("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
139 if("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
142 string(TOLOWER ${CMAKE_SYSTEM_NAME} ASTCENC_PKG_OS)
/third_party/ninja/
DCMakeLists.txt163 if(CMAKE_SYSTEM_NAME STREQUAL "OS400" OR CMAKE_SYSTEM_NAME STREQUAL "AIX")
172 if(CMAKE_SYSTEM_NAME STREQUAL "AIX")
186 if(CMAKE_SYSTEM_NAME STREQUAL "OS400" OR CMAKE_SYSTEM_NAME STREQUAL "AIX")
310 if(CMAKE_SYSTEM_NAME STREQUAL "AIX" AND CMAKE_SIZEOF_VOID_P EQUAL 4)
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DCMakeLists.txt226 COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_BINARY_DIR}/${CMAKE_SYSTEM_NAME}/
227 …ND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:vk_swiftshader> ${CMAKE_BINARY_DIR}/${CMAKE_SYSTEM_NAME}/
228 …OMMAND} -E copy $<TARGET_FILE:vk_swiftshader> ${CMAKE_BINARY_DIR}/${CMAKE_SYSTEM_NAME}/${VULKAN_AP…
258 "${CMAKE_BINARY_DIR}/${CMAKE_SYSTEM_NAME}/vk_swiftshader_icd.json"
/third_party/jerryscript/
DCMakeLists.txt19 set(PLATFORM "${CMAKE_SYSTEM_NAME}")
112 message(STATUS "CMAKE_SYSTEM_NAME " ${CMAKE_SYSTEM_NAME})
188 elseif((NOT CYGWIN) AND (NOT CMAKE_SYSTEM_NAME STREQUAL "Windows") AND (USING_GCC OR USING_CLANG))
/third_party/spirv-tools/tools/
DCMakeLists.txt49 …if(NOT (${CMAKE_SYSTEM_NAME} STREQUAL "iOS")) # iOS does not allow std::system calls which spirv-r…
71 if(NOT (${CMAKE_SYSTEM_NAME} STREQUAL "Android"))
83 if(NOT (${CMAKE_SYSTEM_NAME} STREQUAL "iOS"))
/third_party/vulkan-loader/
DCMakeLists.txt101 if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
104 elseif(CMAKE_SYSTEM_NAME MATCHES "Linux|BSD|DragonFly|GNU")
130 elseif(CMAKE_SYSTEM_NAME MATCHES "QNX")
132 elseif(CMAKE_SYSTEM_NAME MATCHES "Fuchsia")
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DCMakeLists.txt122 COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_BINARY_DIR}/${CMAKE_SYSTEM_NAME}/
123 …${CMAKE_COMMAND} -E copy $<TARGET_FILE:libEGL_deprecated> ${CMAKE_BINARY_DIR}/${CMAKE_SYSTEM_NAME}/
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DCMakeLists.txt140 COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_BINARY_DIR}/${CMAKE_SYSTEM_NAME}/
141 …MAKE_COMMAND} -E copy $<TARGET_FILE:libGLESv2_deprecated> ${CMAKE_BINARY_DIR}/${CMAKE_SYSTEM_NAME}/
/third_party/libwebsockets/lib/plat/unix/
DCMakeLists.txt81 IF (CMAKE_SYSTEM_NAME STREQUAL Linux AND NOT LWS_WITHOUT_EVENTFD)
95 if (${CMAKE_SYSTEM_NAME} MATCHES "QNX")
/third_party/vulkan-loader/.github/workflows/
Dbuild.yml261 name: ${{ matrix.CMAKE_SYSTEM_NAME }}
265 CMAKE_SYSTEM_NAME: [ iOS, tvOS ]
274 -D CMAKE_SYSTEM_NAME=${{ matrix.CMAKE_SYSTEM_NAME }} \
/third_party/benchmark/src/
DCMakeLists.txt53 if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
58 if(${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-threads/
DCMakeLists.txt65 if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
108 if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
/third_party/libwebsockets/lib/
DCMakeLists.txt231 if (NOT((${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") OR
232 (${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD") OR
233 (${CMAKE_SYSTEM_NAME} MATCHES "QNX")))
/third_party/skia/third_party/externals/swiftshader/third_party/angle/cmake/
Dexport-swangle-env.bat1 set VK_ICD_FILENAMES=${CMAKE_BINARY_DIR}\${CMAKE_SYSTEM_NAME}\vk_swiftshader_icd.json
Dexport-swangle-env.sh2 export VK_ICD_FILENAMES=set VK_ICD_FILENAMES=${CMAKE_BINARY_DIR}/${CMAKE_SYSTEM_NAME}/vk_swiftshade…
/third_party/libsnd/cmake/
DSndFileChecks.cmake19 if (CMAKE_SYSTEM_NAME STREQUAL "OpenBSD")
189 if (CMAKE_SYSTEM_NAME STREQUAL "OpenBSD")

12345