Skip to content

Commit afa0633

Browse files
committed
chore: switch to CMake build system instead of native Visual Studio project
1 parent da575e4 commit afa0633

26 files changed

+3346
-1791
lines changed

.gitattributes

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
*.fods eol=lf
2-
1+
Doxyfile.in eol=lf
2+
*.bat eol=crlf
3+
*.sh eol=lf
4+
*.fods eol=lf

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
*.nms
66
*.vmo
77

8-
# Ignore temporary folders
9-
/out/
10-
/temp/
8+
# Ignore temporary Visual Studio files and folders
9+
temp/
10+
out/
11+
CMakeSettings.json
1112

1213
# -------------------- VSCode --------------------
1314
.vscode/

BMap/BMap.vcxproj

Lines changed: 0 additions & 188 deletions
This file was deleted.

BMap/BMap.vcxproj.filters

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)