File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ option(BLUETOOTH_AUDIO_SUPPORT "Include audio sink/source support" OFF)
3535
3636find_package (Bluez5UtilHeaders REQUIRED )
3737
38- add_library (${TARGET} SHARED
38+ add_library (${TARGET}
3939 HCISocket.cpp
4040 UUID.cpp
4141 Definitions .cpp
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ set(PUBLIC_HEADERS
4646 bluetooth_audio.h
4747)
4848
49- add_library (${TARGET} SHARED
49+ add_library (${TARGET}
5050 SDPSocket.cpp
5151 SDPProfile.cpp
5252 AVDTPSocket.cpp
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ set(PUBLIC_HEADERS
3434 bluetooth_gatt.h
3535)
3636
37- add_library (${TARGET} SHARED
37+ add_library (${TARGET}
3838 GATTSocket.cpp
3939 GATTProfile.cpp
4040)
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
2929
3030find_package (NXCLIENT QUIET )
3131
32- add_library (${TARGET} SHARED
32+ add_library (${TARGET}
3333 ProgramTable.cpp
3434 Definitions .cpp
3535 TunerAdministrator.cpp
You can’t perform that action at this time.
0 commit comments