Compare commits
No commits in common. "7fb81e67798fc57af9f519051d48e05675189eba" and "e2172546aa3ec2199e20d1608a57817de076e9d8" have entirely different histories.
7fb81e6779
...
e2172546aa
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue