We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519d23b commit 658d98aCopy full SHA for 658d98a
CMakeLists.txt
@@ -14,6 +14,8 @@ endif()
14
15
project(VainDirectoryModel VERSION 0.0.1)
16
17
+set(CMAKE_CXX_STANDARD 20)
18
+
19
include(FetchContent)
20
FetchContent_Declare(
21
juce
0 commit comments