enable WPO

This commit is contained in:
Akash Mozumdar 2018-08-25 17:09:36 -04:00
parent 72221106ac
commit 33210a95ac

View File

@ -3,6 +3,7 @@ msvc_registry_search()
find_qt5(Core Widgets) find_qt5(Core Widgets)
set(RESOURCE_FILES NextHooker.rc NextHooker.ico) set(RESOURCE_FILES NextHooker.rc NextHooker.ico)
add_compile_options(/GL)
# Populate a CMake variable with the sources # Populate a CMake variable with the sources
set(gui_SRCS set(gui_SRCS
main.cpp main.cpp