rdkcentral / ut-core

Unit Test - Core Framework
Apache License 2.0
4 stars 0 forks source link

Update to `${FRAMEWORK}/shared_include` rather than `${UT_CONTROL}/include` so you can add more libraries in the future #107

Closed kanjoe24 closed 1 month ago

kanjoe24 commented 2 months ago
          we really should be having a `${FRAMEWORK}/shared_include` rather than `${UT_CONTROL}/include` so you can add more libraries in the future, and ut-core knows where the header files are.

Then you use it in the code like this, since ${FRAMEWORK} is in the path.

include <ut-control/ut-control-blah.h>

But we can do this later.

_Originally posted by @Ulrond in https://github.com/rdkcentral/ut-core/pull/102#discussion_r1747292531_