Compare commits

..

1 Commits

Author SHA1 Message Date
Mathew 406c077f9f
Merge 0cfff2e5da into e2172546aa 2025-03-09 12:02:40 +01:00
1 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ endif()
# Add an option to enable treating warnings as errors
option(ENABLE_WERROR "Treat all compiler warnings as errors" OFF)
option(ENABLE_GPS "Enable GPS support" OFF)
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
find_package(PkgConfig REQUIRED)
if(ENABLE_GPS)
@ -130,7 +129,7 @@ if(NOT ANDROID)
PRIVATE can
)
add_library(isobusfs
add_library(isobusfs SHARED
isobusfs/isobusfs_cmn.c
isobusfs/isobusfs_cmn_dh.c
)