Files
novelWriter/setup/windows/CMakeLists.txt
T
2025-01-18 12:56:38 +01:00

6 lines
123 B
CMake

cmake_minimum_required(VERSION 3.14)
project(novelWriter LANGUAGES CXX)
add_executable(novelWriter main.cpp launcher.rc)