Skip to content

Commit

Permalink
🔧 [CMake] Install licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Dec 2, 2023
1 parent 6b94405 commit 93003b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ endif()
# ---Add libnyquist---
add_subdirectory(lib/libnyquist)
target_link_libraries(Audio PRIVATE libnyquist::libnyquist)
install(FILES "lib/libnyquist/LICENSE" DESTINATION "license/libnyquist")

# ---Add dj_fft---
target_include_directories(Audio SYSTEM PRIVATE lib/dj_fft)
install(FILES "lib/dj_fft/LICENSE.txt" DESTINATION "license/dj_fft")

# ---Add RtAudioWrapper---
add_subdirectory(lib/RtAudioWrapper)
Expand Down

0 comments on commit 93003b7

Please sign in to comment.