summaryrefslogtreecommitdiff
path: root/cmake/AudioManagerUtilitiesConfig.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Linux specific TIMERFD implementation as alternative timer mechanismAleksandar Donchev2017-05-021-0/+1
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* AudioManagerUtilities: use LINK_DIRECTORIESMathieu Duponchelle2016-11-141-0/+1
| | | | | | | | | | | | The -L flags were not retrieved from pkg_check_modules, except for automotive-dlt, where LDFLAGS was added to the LIBS variable, which was then passed to TARGET_LINK_LIBRARIES. This led to compile-time errors when compiling in a custom prefix. We also propagate the LIB_DIRECTORIES and use them in AmControlInterfaceTest and AudioManagerDaemon.
* AudioManagerUtilities: fix dlt cmake integrationMathieu Duponchelle2016-11-141-1/+1
| | | | | | | | | The wrong variables from pkg_check_modules were used, effectively forcing the inclusion of dlt.h to happen from /include. Fix this to take advantage of pkg-config and allow building against a non-system-wide dlt-daemon.
* oh come onChristian Linke2016-03-021-1/+1
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* update for yoctoChristian Linke2016-03-021-3/+39
|
* Fix issues with cmake cross build and yoctoChristian Linke2016-03-011-3/+1
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* fix paths for cross buildChristian Linke2016-02-261-2/+2
|
* fixed pc filesChristian Linke2016-02-221-0/+2
|
* * rework of the build structure, adopt to standard cmake package structure7.4Christian Linke2016-02-151-0/+17
* check versions when loading the libs * introduction of the AudioManagerCore * give control plugin as file or directory * remove SQLITE * either find and use gmock or build and install it * fixed [Bug 411] * compile flag gnu11 is now used Signed-off-by: Christian Linke <Christian.Linke@bmw.de> Signed-off-by: Christian Linke <Christian.Linke@bmw.de>