| /xsrc/external/mit/ctwm/dist/client/ |
| H A D | Makefile | 1 # This just shortcuts stuff through to cmake 5 ../build/Makefile cmake: ../CMakeLists.txt target 6 ( cd .. && ${MAKE} cmake )
|
| H A D | README.md | 14 `DO_CLIENT` flag in your `cmake` invocation. e.g.,
|
| /xsrc/external/mit/freetype/dist/builds/cmake/ |
| H A D | testbuild.sh | 14 # 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 D | iOS.cmake | 1 # 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 D | FindBrotliDec.cmake | 1 # FindBrotliDec.cmake
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| H A D | build-fossilize.sh | 11 cmake -S .. -B . -G Ninja -DCMAKE_BUILD_TYPE=Release
|
| H A D | build-apitrace.sh | 11 cmake -S . -B _build -G Ninja -DCMAKE_BUILD_TYPE=Release -DENABLE_GUI=False -DENABLE_WAFFLE=on $EXTRA_CMAKE_ARGS
|
| H A D | build-gfxreconstruct.sh | 12 cmake -S . -B _build -G Ninja -DCMAKE_BUILD_TYPE=Release
|
| H A D | build-piglit.sh | 9 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 D | build-libclc.sh | 19 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 D | build-deqp.sh | 28 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 D | CMakeLists.txt | 16 # 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 D | Makefile | 14 # 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 D | README.md | 10 This is currently build on cmake's CTest framework. I'm currently
|
| /xsrc/external/mit/brotli/dist/ |
| H A D | README.md | 44 [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 D | CMakeLists.txt | 160 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 D | README.md | 51 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 D | Makefile | 1 # 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 D | ctwm_config.h.in | 2 * Compile-time config settings. This gets processed by cmake into the
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/ |
| H A D | arm_build.sh | 18 cmake \
|
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| H A D | compiler_feature_checks.cmake | 14 # 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 D | setup_yacc.cmake | 31 # list(JOIN) would be the proper solution here, but requires cmake 68 # Also need to explicitly tell cmake; otherwise it knows to
|
| H A D | dtrace_support.cmake | 34 # This is a horrific hack. cmake provides no way to actually find
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.2.rst | 73 - 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 D | gen_backends.py | 41 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')
|