Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
schrieveslaach committed Aug 27, 2024
1 parent 846e8ee commit 435421c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alfred/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endif()
# find_path (LIBNL_INCLUDE_DIR netlink/netlink.h libnl3)


SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -pthread -lbluetooth")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -pthread -lble++ -lbluetooth")
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -x c")
# SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -x c -I /usr/include/libnl3/")
SET(CMAKE_BUILD_TYPE Debug)
Expand Down

0 comments on commit 435421c

Please sign in to comment.