Skip to content

cmake: Make using platform support libs easier

Vlad Zahorodnii requested to merge work/platform-support-interface-include into master

At the moment, if you want to use a platform support lib, you need to link against it using target_link_libraries() + use include_directories(). With this change, you only need to link against the library.

Edited by Vlad Zahorodnii

Merge request reports