mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 05:06:40 +00:00
add Linux support
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ file(GLOB sqlite_src
|
||||
)
|
||||
|
||||
|
||||
if (MINGW)
|
||||
if (MINGW OR LINUX)
|
||||
if (CLANG)
|
||||
if (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 13.0.0)
|
||||
set_source_files_properties(${sqlite_src} PROPERTIES COMPILE_FLAGS "-Wno-unused-but-set-variable -Wno-unused-function -Wno-unknown-pragmas -Wno-unused-variable -Wno-sometimes-uninitialized")
|
||||
|
||||
Reference in New Issue
Block a user