-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Switching completely to cmake for builds
Signed-off-by: Ben Collins <[email protected]>
- Loading branch information
1 parent
caa375c
commit 4e87e53
Showing
35 changed files
with
89 additions
and
1,956 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,22 @@ | ||
# Generic ignores for libtool project | ||
Makefile.in | ||
Makefile | ||
/INSTALL | ||
/autom4te.cache | ||
/aclocal.m4 | ||
/compile | ||
/configure | ||
/configure~ | ||
/depcomp | ||
/install-sh | ||
/missing | ||
/stamp-h1 | ||
/m4/** | ||
/config.guess | ||
/config.sub | ||
/config.log | ||
/config.status | ||
/ltmain.sh | ||
/libtool | ||
**/.deps/** | ||
*.la | ||
*.lo | ||
*.o | ||
**/.libs/** | ||
*/config.h | ||
*/config.h.in | ||
*/config.h.in~ | ||
*/stamp-h1 | ||
/test-driver | ||
/coverage.info | ||
/coveragereport/* | ||
*.gcno | ||
/.vscode/* | ||
*~ | ||
*.tmp | ||
.dirstamp | ||
.*.swp | ||
|
||
# Generic ignores for cmake project | ||
/out/* | ||
/out/** | ||
/build/** | ||
|
||
/doxygen-doc/** | ||
/libjwt/libjwt.pc | ||
/include/jwt_export.h | ||
/dist/libjwt.spec | ||
/dist/rpmbuild/** | ||
|
||
# Cmake | ||
/build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.