OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMAKE_BUILD_TYPE
(Results
1 - 4
of
4
) sorted by null
/external/libdivsufsort/
CMakeLists.txt
50
if(NOT
CMAKE_BUILD_TYPE
)
51
set(
CMAKE_BUILD_TYPE
"Release")
52
elseif(
CMAKE_BUILD_TYPE
STREQUAL "Debug")
54
endif(NOT
CMAKE_BUILD_TYPE
)
/external/vulkan-validation-layers/
update_external_sources.sh
51
cmake -D
CMAKE_BUILD_TYPE
=Release ..
52
cmake -D
CMAKE_BUILD_TYPE
=Release ..
62
cmake -D
CMAKE_BUILD_TYPE
=Release ..
/external/sfntly/cpp/
CMakeLists.txt
11
if(NOT
CMAKE_BUILD_TYPE
)
12
set(
CMAKE_BUILD_TYPE
Debug)
14
endif(NOT
CMAKE_BUILD_TYPE
)
/external/libjpeg-turbo/
CMakeLists.txt
31
# This does nothing except when using MinGW.
CMAKE_BUILD_TYPE
has no meaning
33
if(NOT
CMAKE_BUILD_TYPE
)
34
set(
CMAKE_BUILD_TYPE
Release)
37
message(STATUS "
CMAKE_BUILD_TYPE
= ${
CMAKE_BUILD_TYPE
}")
41
if(
CMAKE_BUILD_TYPE
STREQUAL "Debug")
[
all
...]
Completed in 188 milliseconds