cmakelint can also be run with pre-commit. Add the following configuration block to your .pre-commit-config.yaml: - repo: https://github.com/cmake-lint/cmake-lint hooks: - id: cmakelint Output status codes The program should exit with the following status codes: 0 if everything went...
[ARCHIVED] Contents migrated to monorepo: https://github.com/Kurento/kurento - Kurento/kms-cmake-utils
A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). - UMSKT/cryptopp-cmake
cmake.lsp.serverPath: Path to [cmake-language-server](https://github.com/regen100/cmake-language-server). Type: string Default: "cmake-language-server" cmake.lsp.buildDirectory: See https://github.com/regen100/cmake-language-server#configuration. Type: string Default: "build" Referen...
# git and compile git clone https://github.com/oudream/ccxx.gitcdccxx cmake . -DCMAKE_BUILD_TYPE=Debug --build . -B"./build/cmake-gcc"cd./build/cmake-gcc&&make # try run gtest (google test) make test # try run appcd/opt/ccxx/build/deploy/unix/bin_d ./cxtest_timer ./cx...
Simplest way to compile & build STM32 CubeMX project using cmake & arm-none-eabi-gcc or Clang. This repo is used in my package for Emacs: https://github.com/SL-RU/stm32-emacs - SL-RU/STM32CubeMX_cmake
.github/workflows CI: Allow CI test branches Aug 28, 2024 .woodpecker Update pipline for Woodpecker 1.0.x Aug 15, 2023 cmake-modules Fix mixup of vamp-sdk release and debug libraries Aug 30, 2024 cmake-proxies/cmake-modules CMake: Refactor manual packaging ...
CMake Git for Windows Build Instruction Let's assume that you have all requirements installed correctly. git clone --recursive https://github.com/hzqst/MetaHookSvto somewhere that doesn't contain space in the directory path. Runscripts\build-MetaHook.bat, wait for metahook exe to generate. The...
$ git clone https://github.com/EmuELEC/EmuELEC.git $ cd EmuELEC $ git checkout dev $ PROJECT=Amlogic-ce DEVICE=Amlogic-ng ARCH=aarch64 DISTRO=EmuELEC make image For the Odroid GO Advance/Super: $ PROJECT=Rockchip DEVICE=OdroidGoAdvance ARCH=aarch64 DISTRO=EmuELEC make image ...
CMake 3.18.0+ BerkeleyDB 5.3 MariaDb Client and Server OpenSSL libraries pthreads Lua 5.3 libraries Zlib libraries clang19 java runtime boost ninja-build Clang-19 The easiest way to get the clang19 to build with is to use the script provided by the llvm repo: ...