mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
cmake: Added src folder to include directory list
This is required so that interface include files are taken from local src folder before looking in /usr/include/upm where an older version may exist. Signed-off-by: Henry Bruce <henry.bruce@intel.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
parent
fe8906fb51
commit
e7a5118f86
@ -175,7 +175,7 @@ macro(upm_module_init)
|
||||
foreach (linkflag ${ARGN})
|
||||
target_link_libraries (${libname} ${linkflag})
|
||||
endforeach ()
|
||||
include_directories (${MRAA_INCLUDE_DIRS} .)
|
||||
include_directories (${MRAA_INCLUDE_DIRS} . ..)
|
||||
target_link_libraries (${libname} ${MRAA_LIBRARIES})
|
||||
set_target_properties(
|
||||
${libname}
|
||||
|
Loading…
x
Reference in New Issue
Block a user