1 Commits
Author SHA1 Message Date
Carsten SchmidtandGitHub 1b8d0eabb6 Merge 15ed00a985 into 01083a64eb 2025-01-31 19:33:40 +00:00
3 changed files with 0 additions and 9 deletions
-7
View File
@@ -1,13 +1,6 @@
*~ *~
*.a
*.so
*.so.*
*.o *.o
.ccls-cache .ccls-cache
CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake
compile_commands.json compile_commands.json
tags tags
/build /build
-1
View File
@@ -126,7 +126,6 @@ if(NOT ANDROID)
set_target_properties(isobusfs PROPERTIES set_target_properties(isobusfs PROPERTIES
PUBLIC_HEADER "${PUBLIC_HEADER_ISOBUSFS}" PUBLIC_HEADER "${PUBLIC_HEADER_ISOBUSFS}"
SOVERSION 0
) )
install(TARGETS isobusfs install(TARGETS isobusfs
-1
View File
@@ -17,7 +17,6 @@
#include <linux/can/j1939.h> #include <linux/can/j1939.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <time.h>
#include <sys/socket.h> #include <sys/socket.h>
#ifndef J1939_LIB_H #ifndef J1939_LIB_H