cmake: Make using platform support libs easier
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