Skip to content

Commit

Permalink
Added missing source files to CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
kdewald committed Sep 27, 2024
1 parent f9d1222 commit ac5aa35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions simpleble/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
)

target_sources(simpleble PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/../simpledbus/src/advanced/ProxyBase.cpp
${CMAKE_CURRENT_SOURCE_DIR}/../simpledbus/src/advanced/InterfaceBase.cpp
${CMAKE_CURRENT_SOURCE_DIR}/../simpledbus/src/advanced/RemoteInterface.cpp
${CMAKE_CURRENT_SOURCE_DIR}/../simpledbus/src/advanced/RemoteProxy.cpp
${CMAKE_CURRENT_SOURCE_DIR}/../simpledbus/src/base/Connection.cpp
Expand Down
2 changes: 2 additions & 0 deletions simplebluez/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ set(SIMPLEBLUEZ_SRC
${CMAKE_CURRENT_SOURCE_DIR}/src/interfaces/Device1.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/interfaces/Battery1.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/interfaces/AgentManager1.cpp
${CMAKE_CURRENT_SOURCE_DIR}/../simpledbus/src/advanced/ProxyBase.cpp
${CMAKE_CURRENT_SOURCE_DIR}/../simpledbus/src/advanced/InterfaceBase.cpp
${CMAKE_CURRENT_SOURCE_DIR}/../simpledbus/src/advanced/RemoteInterface.cpp
${CMAKE_CURRENT_SOURCE_DIR}/../simpledbus/src/advanced/RemoteProxy.cpp
${CMAKE_CURRENT_SOURCE_DIR}/../simpledbus/src/base/Connection.cpp
Expand Down

0 comments on commit ac5aa35

Please sign in to comment.