Skip to content

Commit

Permalink
Fixing include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jun 17, 2024
1 parent 79be0ce commit 0c25c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ target_compile_definitions(juce_plugin_modules
target_include_directories(juce_plugin_modules
PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/exprtk
${CMAKE_CURRENT_SOURCE_DIR}/Eigen
${CMAKE_CURRENT_SOURCE_DIR}/eigen
INTERFACE
$<TARGET_PROPERTY:juce_plugin_modules,INCLUDE_DIRECTORIES>
)
Expand Down

0 comments on commit 0c25c2f

Please sign in to comment.