diff options
author | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-10 10:35:39 +0200 |
---|---|---|
committer | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-16 16:00:50 +0200 |
commit | cf590ad67211ee634d4cb24ca97c9e65891240b9 (patch) | |
tree | ba8117a88db9c08a3e0d19ad541b3679d53c10b0 /nbproject | |
parent | e94c8800c515dc64a7d7ae275e607e23591b8498 (diff) |
implements wrapper for unicens functions
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/configurations.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index d22e757..f7ef12b 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -60,6 +60,7 @@ <df name="hal-most-unicens"> <in>hal_most_unicens.c</in> <in>wrap-json.c</in> + <in>wrap_unicens.c</in> </df> <df name="HAL-plugin"> <in>HalPlugPcm.c</in> @@ -422,6 +423,20 @@ </incDir> </cTool> </item> + <item path="HAL-afb/hal-most-unicens/wrap_unicens.c" + ex="false" + tool="0" + flavor2="3"> + <cTool flags="3"> + <incDir> + <pElem>/opt/AGL/include/afb</pElem> + <pElem>HAL-afb/hal-most-unicens</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>/usr/lib64/gcc/x86_64-suse-linux/5/include</pElem> + <pElem>build/HAL-afb/hal-most-unicens</pElem> + </incDir> + </cTool> + </item> <item path="HighLevel-afb/HighLevelApiConf.c" ex="false" tool="0" flavor2="3"> <cTool flags="3"> </cTool> @@ -880,6 +895,13 @@ <cTool flags="4"> </cTool> </item> + <item path="HAL-afb/hal-most-unicens/wrap_unicens.c" + ex="false" + tool="0" + flavor2="3"> + <cTool flags="4"> + </cTool> + </item> <item path="HighLevel-afb/HighLevelApiConf.c" ex="false" tool="0" flavor2="3"> <cTool flags="2"> <incDir> |