mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
Add initial project configuration and build scripts for omath library
- Created pixi.toml for project metadata and dependencies management. - Added formatting script (fmt.cmake) to ensure consistent CMake file formatting. - Implemented benchmark execution script (run.benchmark.cmake) to run benchmark tests. - Developed example execution script (run.examples.cmake) to run example applications. - Created unit test execution script (run.unit.tests.cmake) to run unit tests. removed lock file
This commit is contained in:
25
.cmake-format
Normal file
25
.cmake-format
Normal file
@@ -0,0 +1,25 @@
|
||||
format:
|
||||
line_width: 100
|
||||
tab_size: 4
|
||||
use_tabchars: false
|
||||
max_subgroups_hwrap: 3
|
||||
max_pargs_hwrap: 5
|
||||
separate_ctrl_name_with_space: false
|
||||
separate_fn_name_with_space: false
|
||||
dangle_parens: false
|
||||
dangle_align: child
|
||||
line_ending: unix
|
||||
command_case: canonical
|
||||
keyword_case: upper
|
||||
enable_sort: true
|
||||
autosort: true
|
||||
markup:
|
||||
bullet_char: "*"
|
||||
enum_char: .
|
||||
enable_markup: false
|
||||
additional_commands:
|
||||
target_link_libraries:
|
||||
kwargs:
|
||||
PUBLIC: "*"
|
||||
SHARED: "*"
|
||||
PRIVATE: "*"
|
||||
Reference in New Issue
Block a user