Skip to content

Commit

Permalink
Use WIN32_LEAN_AND_MEAN
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Jun 12, 2022
1 parent bb8aaaa commit 29b69e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ include(CodeCoverage)
add_library(ta_rubberband)
add_library(ta::rubberband ALIAS ta_rubberband)
target_sources(ta_rubberband PRIVATE 3rd_party/rubberband/single/RubberBandSingle.cpp)
target_compile_definitions(ta_rubberband PUBLIC NOMINMAX=1)
target_compile_definitions(ta_rubberband PUBLIC WIN32_LEAN_AND_MEAN=1)
target_include_directories(ta_rubberband PUBLIC 3rd_party/rubberband)

add_subdirectory(3rd_party/JUCE)
Expand Down

0 comments on commit 29b69e2

Please sign in to comment.