Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Update CMakeLists.txt #203

Merged
merged 1 commit into from
Feb 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ set(LIB_PLATFORM_SRC_FILES ${LIB_PLATFORM_C_SRC_FILES} ${LIB_PLATFORM_CPP_SRC_FI

# Add common compiler definitions
add_definitions(
-DASIO_STANDALONE
-DSD_RPC_EXPORTS
-DHCI_LINK_CONTROL # Adds support for Link Control packets according to the HCI standard
)
Expand Down