mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
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>`
29 lines
323 B
Plaintext
29 lines
323 B
Plaintext
# vim swp
|
|
*.swp
|
|
|
|
# log and exec file
|
|
cmake_targets/log/
|
|
cmake_targets/*/build/
|
|
cmake_targets/ran_build/
|
|
cmake_targets/nas_sim_tools/build/
|
|
log/
|
|
lte_build_oai/
|
|
|
|
# IDE files
|
|
.vscode
|
|
.cproject
|
|
.project
|
|
.settings
|
|
|
|
# Tags for vim/global
|
|
GPATH
|
|
GRTAGS
|
|
GTAGS
|
|
tags
|
|
|
|
# others
|
|
nfapi_nr_interface_scf
|
|
*.log
|
|
*.out
|
|
CMakeUserPresets.json
|