Skip to content
Snippets Groups Projects
  1. Oct 11, 2024
    • Bartosz Podrygajlo's avatar
      Add CMakePresets.json · b69b4dc0
      Bartosz Podrygajlo authored
      Introduce CMakePresests.json which is a simple way to perform incremental build using cmake
      
      New configure resets were added:
       - default: Configure compilation with default options
       - tests: Same as above but ENABLE_TESTS and SANITIZE_ADDRESS is ON
      
      New build presets were added:
       - 5gdefault: Build the software for NR rfsimulator test
       - default: same as 5gdefault
       - 4gdefault: Build the software for LTE rfsimulator test
       - tests: build all unit tests
      
      To configure using configuration preset:
      
      `cmake --preset <preset_name>`
      
      To build using a build preset:
      
      `cmake --build --preset <preset_name>`
      b69b4dc0
  2. Oct 07, 2024
  3. Oct 04, 2024
  4. Oct 03, 2024
  5. Oct 02, 2024
Loading