Skip to content

Commit

Permalink
Add CMakePresets.json file to make building liblcf easier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghabry committed Feb 2, 2023
1 parent 8b1d644 commit bea7a2e
Show file tree
Hide file tree
Showing 8 changed files with 1,033 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
tests/doctest.h -diff linguist-vendored
builds/autoconf/m4/ax_*.m4 -diff linguist-vendored
src/lcf/third_party/*.h -diff linguist-vendored
CMakePresets.json -diff linguist-generated

src/generated/** -diff
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ CMakeFiles/
CMakeDoxyfile.in
install_manifest.txt
Testing/
build/

# msvc / Windows
*.vcxproj*
Expand Down
Loading

0 comments on commit bea7a2e

Please sign in to comment.