mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-17 09:06:49 +01:00
add hello linux package
This commit is contained in:
8
gradle-cpp-plugin/04-hello-linux-package/build.gradle
Normal file
8
gradle-cpp-plugin/04-hello-linux-package/build.gradle
Normal file
@@ -0,0 +1,8 @@
|
||||
apply plugin: 'cpp'
|
||||
plugins {
|
||||
id "nebula.os-package" version "2.0.3"
|
||||
}
|
||||
|
||||
executables {
|
||||
main
|
||||
}
|
||||
Reference in New Issue
Block a user