Add a minimal launcher for novelWriter on Windows

This commit is contained in:
Veronica Berglyd Olsen
2025-01-18 01:19:47 +01:00
parent f548df2e64
commit 296b18ba5f
4 changed files with 36 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(novelWriter LANGUAGES CXX)
add_executable(novelWriter main.cpp launcher.rc)