Can now build the Windows UI via CMake as well

This commit is contained in:
Grant Limberg 2019-06-21 12:54:53 -07:00
parent c8487cc395
commit d3b33e5512
7 changed files with 161 additions and 9 deletions

View file

@ -0,0 +1,12 @@
cmake_minimum_required(VERSION 3.8)
include(CSharpUtilities)
project(copyutil VERSION 1.4.0 LANGUAGES CSharp)
add_executable(
${PROJECT_NAME}
App.config
Program.cs
"Properties/AssemblyInfo.cs"
)