Skip to content

Commit

Permalink
Remove bshoshany/thread-pool dependency #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Jan 2, 2023
1 parent 7a6c105 commit 06a4032
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ include("${CMAKE_CURRENT_LIST_DIR}/lib/readerwriterqueue.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/lib/rtaudio.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/lib/rtmidi.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/lib/sdft.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/lib/threadpool.cmake")

include("${CMAKE_CURRENT_LIST_DIR}/src/voyx/voyx.cmake")
21 changes: 0 additions & 21 deletions lib/threadpool.cmake

This file was deleted.

3 changes: 1 addition & 2 deletions src/voyx/voyx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ target_link_libraries(voyx
readerwriterqueue
rtaudio
rtmidi
sdft
threadpool)
sdft)

target_compile_features(voyx
PRIVATE cxx_std_20)
Expand Down

0 comments on commit 06a4032

Please sign in to comment.