ZeroTierOne/attic/windows/copyutil/CMakeLists.txt
2020-01-20 08:46:20 -08:00

12 lines
No EOL
213 B
CMake

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"
)