From 33210a95acecdeaf762296bd11acb4a7250fdb36 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sat, 25 Aug 2018 17:09:36 -0400 Subject: [PATCH] enable WPO --- GUI/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI/CMakeLists.txt b/GUI/CMakeLists.txt index 4a34756..5bfa457 100644 --- a/GUI/CMakeLists.txt +++ b/GUI/CMakeLists.txt @@ -3,6 +3,7 @@ msvc_registry_search() find_qt5(Core Widgets) set(RESOURCE_FILES NextHooker.rc NextHooker.ico) +add_compile_options(/GL) # Populate a CMake variable with the sources set(gui_SRCS main.cpp