update input qt

This commit is contained in:
Logan McNaughton
2022-10-05 17:48:16 -06:00
parent dbd7000518
commit a646e2eaa5
+3
View File
@@ -40,6 +40,9 @@ if (UNIX)
)
endif (UNIX)
set_property(TARGET simple64-input-qt PROPERTY C_VISIBILITY_PRESET hidden)
set_property(TARGET simple64-input-qt PROPERTY CXX_VISIBILITY_PRESET hidden)
set_property(TARGET simple64-input-qt PROPERTY VISIBILITY_INLINES_HIDDEN ON)
set_target_properties(simple64-input-qt PROPERTIES PREFIX "")
target_compile_options(simple64-input-qt PRIVATE -march=x86-64-v3)
target_link_options(simple64-input-qt PRIVATE -march=x86-64-v3)