mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-04 19:55:51 +00:00
Windows build fixes
This commit is contained in:
parent
79b0b6c2a9
commit
a357648a99
@ -34,7 +34,9 @@ file(GLOB QUAZIP_SRCS quazip/quazip/*.c quazip/quazip/*.cpp quazip/quazip/*.h)
|
||||
list(REMOVE_ITEM QUAZIP_SRCS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/quazip/quazip/quagzipfile.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/quazip/quazip/quagzipfile.h)
|
||||
set_source_files_properties(${QUAZIP_SRCS} PROPERTIES COMPILE_OPTIONS -Wno-deprecated-declarations)
|
||||
if (NOT MSVC)
|
||||
set_source_files_properties(${QUAZIP_SRCS} PROPERTIES COMPILE_OPTIONS -Wno-deprecated-declarations)
|
||||
endif()
|
||||
|
||||
add_executable(hecl-gui WIN32 MACOSX_BUNDLE
|
||||
ArgumentEditor.ui ArgumentEditor.cpp ArgumentEditor.hpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user