Initial config
This commit is contained in:
parent
c2c19fffd5
commit
2074b52baa
5 changed files with 11 additions and 11 deletions
9
libobjc.nimble
Normal file
9
libobjc.nimble
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
version = "0.1.0"
|
||||
author = "Joey Yakimowich-Payne"
|
||||
description = "Wrappers for libobjc"
|
||||
license = "MIT"
|
||||
|
||||
srcDir = "src"
|
||||
bin = @["libobjc"]
|
||||
|
||||
requires "nim >= 1.6.10"
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
version = "0.0.0"
|
||||
author = "Your name"
|
||||
description = "Description of your library"
|
||||
license = "MIT"
|
||||
|
||||
srcDir = "src"
|
||||
bin = @["nimtemplate"]
|
||||
|
||||
requires "nim >= 1.2.2"
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
## Public interface to you library.
|
||||
|
||||
import nimtemplate/common
|
||||
import libobjc/common
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
## Put your tests here.
|
||||
|
||||
import nimtemplate
|
||||
import libobjc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue