bareflank-hypervisor/bfunwind
Rian Quinn 38178563fc
Include Path / Library Fix (#581)
This patch fixes two specific issues with extensions:
- The init_project macro was including <path>/../include which it
shouldn't be because we don't know how an extension will be setup, and
this could accidentially include unintended files.
- The add_vmm_exectuable provided to way to link shared and static
libraries at the same time, and as a result, was cumbersome to use.

Signed-off-by: “rianquinn” <“rianquinn@gmail.com”>
2018-01-23 17:34:19 -07:00
..
include Build System Bug Fixes (#575) 2018-01-22 12:45:07 -07:00
src Include Path / Library Fix (#581) 2018-01-23 17:34:19 -07:00