Add config

This commit is contained in:
Christine Dodrill 2016-02-03 19:28:48 -08:00
parent 2acad2efe4
commit fbe25cfad3
2 changed files with 6 additions and 2 deletions

View File

@ -9,6 +9,8 @@ bin = @["h3"]
# Dependencies
requires "nim >= 0.13.0", "irc"
requires "nim >= 0.13.0", "irc >= 0.1.0", "parsetoml >= 0.2.0"
switch "define", "ssl"
task run, "Runs h3":
exec "nimble build"
exec "./h3"

2
src/h3.nims Normal file
View File

@ -0,0 +1,2 @@
--define:ssl
--threads:on