Skip to content

Commit

Permalink
maybe drop: will this help linux?
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Nov 25, 2023
1 parent 148d3c0 commit b7d5e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ juce_add_plugin("${PROJECT_NAME}"

# C++20 please
target_compile_features("${PROJECT_NAME}" PRIVATE cxx_std_20)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++ -std=c++20")

# Manually list all .h and .cpp files for the plugin
set(SourceFiles
Expand Down

0 comments on commit b7d5e30

Please sign in to comment.