Searched refs:cmake (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/ctwm/dist/client/
H A DMakefile1 # This just shortcuts stuff through to cmake
5 ../build/Makefile cmake: ../CMakeLists.txt target
6 ( cd .. && ${MAKE} cmake )
H A DREADME.md14 `DO_CLIENT` flag in your `cmake` invocation. e.g.,
/xsrc/external/mit/freetype/dist/builds/cmake/
H A Dtestbuild.sh14 # builds/cmake/testbuild.sh
18 # BUILD_SHARED_LIBS=1 builds/cmake/testbuild.sh
37 tmpdir=/tmp/freetype-cmake-testbuild
57 (set -x; cmake -H$ftdir \
61 (set -x; cmake --build $tmpdir/ftb \
65 (set -x; cmake $tmpdir/ftb \
67 (set -x; cmake --build $tmpdir/ftb \
77 project(freetype-cmake-testbuild)
81 add_executable(freetype-cmake-test main.c)
82 target_link_libraries(freetype-cmake
[all...]
H A DiOS.cmake1 # iOS.cmake
15 # This file is derived from the files `Platform/Darwin.cmake' and
16 # `Platform/UnixPaths.cmake', which are part of CMake 2.8.4. It has been
63 # iOS environment. Thanks to the `android-cmake' project for providing
74 # required as of cmake 2.8.10
79 # determine the cmake host system version so we know where to find the iOS
131 # hack: If a new cmake (which uses CMAKE_INSTALL_NAME_TOOL) runs on an old
133 # CMAKE_INSTALL_NAME_TOOL isn't in the cache and still cmake didn't
134 # fail in `CMakeFindBinUtils.cmake' (because it isn't rerun), hardcode
H A DFindBrotliDec.cmake1 # FindBrotliDec.cmake
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dbuild-fossilize.sh11 cmake -S .. -B . -G Ninja -DCMAKE_BUILD_TYPE=Release
H A Dbuild-apitrace.sh11 cmake -S . -B _build -G Ninja -DCMAKE_BUILD_TYPE=Release -DENABLE_GUI=False -DENABLE_WAFFLE=on $EXTRA_CMAKE_ARGS
H A Dbuild-gfxreconstruct.sh12 cmake -S . -B _build -G Ninja -DCMAKE_BUILD_TYPE=Release
H A Dbuild-piglit.sh9 cmake -S . -B . -G Ninja -DCMAKE_BUILD_TYPE=Release $PIGLIT_OPTS $EXTRA_CMAKE_ARGS
11 find -name .git -o -name '*ninja*' -o -iname '*cmake*' -o -name '*.[chao]' | xargs rm -rf
H A Dbuild-libclc.sh19 cmake -S /llvm-project/libclc -B . -G Ninja -DLLVM_CONFIG=$LLVM_CONFIG -DLIBCLC_TARGETS_TO_BUILD="spirv-mesa3d-;spirv64-mesa3d-" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DLLVM_SPIRV=/usr/bin/llvm-spirv
24 # workaroud cmake vs debian packaging.
H A Dbuild-deqp.sh28 cmake -S /VK-GL-CTS -B . -G Ninja \
36 cmake -S /VK-GL-CTS -B . -G Ninja \
76 find -iname '*cmake*' -o -name '*ninja*' -o -name '*.o' -o -name '*.a' | xargs rm -rf
/xsrc/external/mit/freetype/dist/
H A DCMakeLists.txt16 # call cmake to configure the build with default parameters as a static
17 # library. See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html
20 # cmake -B build -D CMAKE_BUILD_TYPE=Release
24 # cmake -B build -D BUILD_SHARED_LIBS=true -D CMAKE_BUILD_TYPE=Release
28 # cmake -E chdir build cmake -G Xcode -D BUILD_FRAMEWORK:BOOL=true ..
32 # cmake -E chdir build cmake -G Xcode -D IOS_PLATFORM=OS ..
36 # cmake
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A DMakefile14 # Special targets provided by cmake.
62 CMAKE_COMMAND = /usr/bin/cmake
65 RM = /usr/bin/cmake -E rm -f
82 /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
88 /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
94 /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
100 /usr/bin/cmake
[all...]
/xsrc/external/mit/ctwm/dist/tests/
H A DREADME.md10 This is currently build on cmake's CTest framework. I'm currently
/xsrc/external/mit/brotli/dist/
H A DREADME.md44 [configure-cmake](https://github.com/nemequ/configure-cmake) is an
50 $ ../configure-cmake
55 By default, debug binaries are built. To generate "release" `Makefile` specify `--disable-debug` option to `configure-cmake`.
66 $ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./installed ..
67 $ cmake --build . --config Release --target install
69 You can use other [CMake](https://cmake.org/) configuration.
H A DCMakeLists.txt160 transform_sources_list("scripts/sources.lst" "${CMAKE_CURRENT_BINARY_DIR}/sources.lst.cmake")
161 include("${CMAKE_CURRENT_BINARY_DIR}/sources.lst.cmake")
316 -P ${CMAKE_CURRENT_SOURCE_DIR}/tests/run-roundtrip-test.cmake)
335 -P ${CMAKE_CURRENT_SOURCE_DIR}/tests/run-compatibility-test.cmake)
/xsrc/external/mit/ctwm/dist/
H A DREADME.md51 though, you may have to invoke cmake manually and set various params on
52 the command line (cmake also has various GUI configurators, not covered
58 : Where paths are based. This is a standard cmake var. Referred
93 `-DUSE_XYZ=OFF` to the cmake command line.
141 cmake via an invocation like
145 Though in more complicated cases it may be simpler to just invoke cmake
148 funny prompt> ( cd build ; cmake -DUSE_XPM=OFF -DM4_CMD=superm4 .. )
H A DMakefile1 # This just shortcuts stuff through to cmake
5 CMAKE?=cmake
6 build/Makefile cmake: CMakeLists.txt target
19 # Add'l thunks to cmake
73 # Stuff for thunking to cmake
H A Dctwm_config.h.in2 * Compile-time config settings. This gets processed by cmake into the
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/
H A Darm_build.sh18 cmake \
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dcompiler_feature_checks.cmake14 # cmake 3.1+ has C_STANDARD and related vars that seem like they'd help
26 # to find a way to get info from cmake about what arg it would add
30 message(WARNING "cmake doesn't know about c99 support for this "
H A Dsetup_yacc.cmake31 # list(JOIN) would be the proper solution here, but requires cmake
68 # Also need to explicitly tell cmake; otherwise it knows to
H A Ddtrace_support.cmake34 # This is a horrific hack. cmake provides no way to actually find
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.2.rst73 - meson: Add support for using cmake for finding LLVM
74 - Revert "meson: Add support for using cmake for finding LLVM"
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_backends.py41 parser.add_argument('--cmake', help='Generate cmake file', action='store_true', default=False)
55 self.cmakeFileName = 'gen_backends.cmake'
65 self.cmakeFileName = 'gen_rasterizer.cmake'
142 # generate gen_backend.cmake file
143 if args.cmake:
144 templateCmake = os.path.join(thisDir, 'templates', 'gen_backend.cmake')

Completed in 10 milliseconds

12