Compare commits

...

4 Commits

Author SHA1 Message Date
Jan Engelhardt 274d1c22fa
Merge 7e2b6d1a51 into 4364d655b8 2025-02-12 16:03:03 +00:00
Jan Engelhardt 7e2b6d1a51 Update .gitignore 2025-02-12 17:02:33 +01:00
Marc Kleine-Budde 4364d655b8
Merge pull request #576 from jengelh/master
build: give libisobusfs a version
2025-02-12 16:55:15 +01:00
Jan Engelhardt 2e71e396c5 build: give libisobusfs a version 2025-02-10 15:32:27 +01:00
2 changed files with 8 additions and 0 deletions

7
.gitignore vendored
View File

@ -1,6 +1,13 @@
*~
*.a
*.so
*.so.*
*.o
.ccls-cache
CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake
compile_commands.json
tags
/build

View File

@ -126,6 +126,7 @@ if(NOT ANDROID)
set_target_properties(isobusfs PROPERTIES
PUBLIC_HEADER "${PUBLIC_HEADER_ISOBUSFS}"
SOVERSION 0
)
install(TARGETS isobusfs