diff options
author | cen1 <cen.is.imba@gmail.com> | 2025-04-18 15:28:40 +0200 |
---|---|---|
committer | cen1 <cen.is.imba@gmail.com> | 2025-05-25 19:42:45 +0200 |
commit | 4b38800ab7eba3db99935b5aa3d79c02395cfc95 (patch) | |
tree | b93af75e349e1644dbf02186125f3e20095775fa /.gitignore | |
parent | da046e71d9cfdfc0e143b6be0e496fddb9c6bab9 (diff) |
- modernize CMake by adding target_ where missing, split add_library and sources (target_sources), some reordering
- make tests it's own CMake project
- add CMake option to override hardcoded test data paths
- improve CMake documentation, document all options
- add basic CI build for Debian, Fedora and Windows
- add release pipeline to create .deb, .rpm and Windows li/dll archives
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -109,6 +109,9 @@ stylecop.* ~$* *.dbmdl Generated_Code #added for RIA/Silverlight projects +.idea/ +cmake-build-*/ +build/ # Backup & report files from converting an old project file to a newer # Visual Studio version. Backup files are not needed, because we have git ;-) |