Move windows launcher source to the setup folder

This commit is contained in:
Veronica Berglyd Olsen
2025-01-18 12:56:38 +01:00
parent 6905653bdd
commit d97b985d1c
4 changed files with 0 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)