cmake: add beta10 target (#1163)

* cmake: use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR

* cmake: add beta10 target
This commit is contained in:
Anonymous Maarten
2024-11-22 01:08:47 +01:00
committed by GitHub
parent 5e0dc1a160
commit cdc761d920
2 changed files with 412 additions and 384 deletions

View File

@@ -11,3 +11,6 @@ indent_style = tab
tab_width = 4
insert_final_newline = true
trim_trailing_whitespace = true
[{CMakeLists.txt,*.cmake}]
indent_size = 2