Add dynamic library target

This commit is contained in:
Eugen Wissner 2018-01-13 06:21:42 +01:00
parent 8db1851c5c
commit c1864cf473
1 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,12 @@
"configurations": [
{
"name": "library",
"targetType": "library",
"targetType": "staticLibrary",
"versions": ["TanyaPhobos"]
},
{
"name": "dynamic",
"targetType": "dynamicLibrary",
"versions": ["TanyaPhobos"]
},
{