link to libtaskchampion separately from the unity tests

This commit is contained in:
Dustin J. Mitchell
2022-02-27 17:03:04 +00:00
parent 17ccaea096
commit 2c9d74515e
2 changed files with 26 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ edition = "2018"
[lib]
name = "taskchampion"
crate-type = ["cdylib"]
crate-type = ["staticlib", "cdylib"]
[dependencies]
libc = "0.2.113"