1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-20 16:26:54 +01:00

first cmake draft, source relocation, not working

This commit is contained in:
2024-01-28 22:13:07 -03:00
parent 0b5da3866e
commit 0b5c6e851c
103 changed files with 177 additions and 8 deletions

12
.gitignore vendored
View File

@ -12,22 +12,18 @@ sandbox/*
# autotools
autom4te.cache/*
*.in
*.in~
config.h*
configure
configure~
.buildutils/*
aclocal.m4
# bison/flex generated sources
lib/*Lexer.cpp
lib/*Parser.cpp
lib/*Parser.hpp
lib/LatAnalyze/*Lexer.cpp
lib/LatAnalyze/*Parser.cpp
lib/LatAnalyze/*Parser.hpp
# Eigen headers and archives
lib/Eigen
lib/eigen_files.mk
lib/LatAnalyze/Eigen
eigen-*.tar.bz2
# CI builds