We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5898d commit c5583cbCopy full SHA for c5583cb
src/CMakeLists.txt
@@ -80,6 +80,8 @@ if(MSVC)
80
)
81
list(APPEND EXTRA_WINDOWS_INCLUDES "msvc")
82
elseif(MINGW)
83
+ enable_language(CXX)
84
+
85
set(LIB_MATH m)
86
add_compile_options(-Wall -Wextra -Wno-unused-parameter)
87
list(APPEND EXTRA_WINDOWS_SOURCES "mingw/readline.cpp")
0 commit comments