diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 21c9ad0..387ee02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,8 @@ # This is a CMakeLists.txt file meant to be included as submodule into an AGL # app using app-templates subdmodules +message(STATUS "${Yellow}You use the afb-helpers git submodule. Please consider using the separated library.${ColorReset}") +message(STATUS "${Yellow}Migration instructions: http://docs.automotivelinux.org/master/docs/devguides/en/dev/reference/afb-helpers/usage.html${ColorReset}") # Add target to project dependency list PROJECT_TARGET_ADD(afb-helpers) |