Skip to content

Commit

Permalink
Merge pull request #76 from Laguna1989/HOTFIX_DJFFTInclude
Browse files Browse the repository at this point in the history
Fix djfft include path in cmake
  • Loading branch information
Laguna1989 authored Feb 22, 2022
2 parents 17321dc + 4941384 commit 623e0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ endif ()
target_link_libraries(OpenALpp_Lib PUBLIC libnyquist)
target_include_directories(OpenALpp_Lib PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/ext/dj_fft)
${CMAKE_CURRENT_SOURCE_DIR}/../ext/dj_fft)

0 comments on commit 623e0da

Please sign in to comment.