summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-06-03 02:32:05 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-06-08 22:32:12 +0200
commit3b4daca53e8a8f3141fa0f563814c3793066a63a (patch)
treebdd12c58ee9cdd84cb95959ed36e9cf7605090cf
parentFix one more clazy issue (diff)
downloadnheko-3b4daca53e8a8f3141fa0f563814c3793066a63a.tar.xz
Remove WinMain
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ae91ae95..eb75f1ac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -694,7 +694,6 @@ if(APPLE)
 	target_link_libraries (nheko PRIVATE Qt6::MacExtras)
 elseif(WIN32)
 	target_compile_definitions(nheko PRIVATE WIN32_LEAN_AND_MEAN)
-	target_link_libraries (nheko PRIVATE ${NTDLIB} Qt6::WinMain)
 	if(MSVC)
 		target_compile_options(nheko PUBLIC "/Zc:__cplusplus")
 	endif()