Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet authored May 7, 2024
1 parent c51616d commit 16078fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE prometheus-cpp/core/inc

# live555helper
include_directories(${WEBRTCROOT}/src/third_party/boringssl/src/include)
if(CMAKE_SYSTEM_PROCESSOR MATCHES "arm64")
include_directories(${CMAKE_FIND_ROOT_PATH}/usr/include/aarch64-linux-gnu)
endif()
add_subdirectory(live555helper EXCLUDE_FROM_ALL)
target_link_libraries (${CMAKE_PROJECT_NAME} liblive555helper ${WEBRTCOBJS}/third_party/boringssl/${CMAKE_STATIC_LIBRARY_PREFIX}boringssl${CMAKE_STATIC_LIBRARY_SUFFIX})
add_definitions(-DHAVE_LIVE555)
Expand Down

0 comments on commit 16078fc

Please sign in to comment.