Rewrite Windows launcher as a GUI exe
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user