mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-27 08:22:31 +00:00
12 lines
213 B
CMake
12 lines
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"
|
||
|
)
|