Rewrite Windows launcher as a GUI exe

This commit is contained in:
Veronica Berglyd Olsen
2025-01-20 23:33:46 +01:00
parent 15cbc8d4fe
commit 4ec276642a
2 changed files with 14 additions and 15 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
cmake_minimum_required(VERSION 3.14)
project(novelWriter LANGUAGES CXX)
add_executable(novelWriter main.cpp launcher.rc)
set_target_properties(novelWriter PROPERTIES WIN32_EXECUTABLE True)