Skip to content

Commit

Permalink
🔧 [CMake] Don't build libnyquist example
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Dec 22, 2023
1 parent 7b427c3 commit 9fcb2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if(WARNINGS_AS_ERRORS_FOR_AUDIO)
endif()

# ---Add libnyquist---
set(LIBNYQUIST_BUILD_EXAMPLE OFF CACHE BOOL "" FORCE)
add_subdirectory(lib/libnyquist)
target_link_libraries(Audio PRIVATE libnyquist::libnyquist)
install(FILES "lib/libnyquist/LICENSE" DESTINATION "license/libnyquist")
Expand Down

0 comments on commit 9fcb2e0

Please sign in to comment.