From 4b38800ab7eba3db99935b5aa3d79c02395cfc95 Mon Sep 17 00:00:00 2001 From: cen1 Date: Fri, 18 Apr 2025 15:28:40 +0200 Subject: - 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3d764df..5e4d76f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 ;-) -- cgit v1.2.3