Can now build the Windows UI via CMake as well
This commit is contained in:
parent
c8487cc395
commit
d3b33e5512
7 changed files with 161 additions and 9 deletions
12
windows/copyutil/CMakeLists.txt
Normal file
12
windows/copyutil/CMakeLists.txt
Normal 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"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue