diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-03 02:32:05 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-08 22:32:12 +0200 |
commit | 3b4daca53e8a8f3141fa0f563814c3793066a63a (patch) | |
tree | bdd12c58ee9cdd84cb95959ed36e9cf7605090cf | |
parent | Fix one more clazy issue (diff) | |
download | nheko-3b4daca53e8a8f3141fa0f563814c3793066a63a.tar.xz |
Remove WinMain
-rw-r--r-- | CMakeLists.txt | 1 |
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() |