Skip to content

Commit bea7a2e

Browse files
committed
Add CMakePresets.json file to make building liblcf easier
1 parent 8b1d644 commit bea7a2e

8 files changed

Lines changed: 1033 additions & 0 deletions

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
tests/doctest.h -diff linguist-vendored
1515
builds/autoconf/m4/ax_*.m4 -diff linguist-vendored
1616
src/lcf/third_party/*.h -diff linguist-vendored
17+
CMakePresets.json -diff linguist-generated
1718

1819
src/generated/** -diff

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ CMakeFiles/
2727
CMakeDoxyfile.in
2828
install_manifest.txt
2929
Testing/
30+
build/
3031

3132
# msvc / Windows
3233
*.vcxproj*

0 commit comments

Comments
 (0)