Compare commits

..

No commits in common. "7fb81e67798fc57af9f519051d48e05675189eba" and "e2172546aa3ec2199e20d1608a57817de076e9d8" have entirely different histories.

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