summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Add pthread supportJens Lorenz2017-09-291-2/+4
| | | | | | | If DLT is turned off, CAmDltWrapper needs linkage to pthread. Furthermore, CAmSerializer doesn't need to #include pthread. Signed-off-by: Guerra Mattia <mguerra@de.adit-jv.com>
* AMUtil: Enhancement of check log level support for DLT.Jens Lorenz2017-02-151-10/+0
| | | | | | | The DLT version determination works in AudioManager repository. Other libraries including header only don't know the respective version. Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* AMUtil: Check log level support of DLT added.Jens Lorenz2016-12-081-0/+10
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* AudioManagerUtilities: use LINK_DIRECTORIESMathieu Duponchelle2016-11-141-4/+27
| | | | | | | | | | | | 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-2/+2
| | | | | | | | | 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.
* remove parallel installations of the Audiomanager packagesChristian Linke2016-04-261-1/+1
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* audiomanager: Use proper cmake path to install cmake and pkg-config filesHelio Chissini de Castro2016-04-111-19/+19
| | | | | Change-Id: I9a16f88ee3c27425904fc5aa0e2924e0af5df8a2 Signed-off-by: Helio Chissini de Castro <Helio.Chissini-de-Castro@bmw.de>
* audiomanager: Use LDFLAGS for dlt-daemon pkg-configHelio Chissini de Castro2016-04-111-2/+2
| | | | | Change-Id: I8daea79df694c41a23b0ecaac853cc75b4850a65 Signed-off-by: Helio Chissini de Castro <Helio.Chissini-de-Castro@bmw.de>
* fix CMake include pathChristian Linke2016-02-261-2/+0
|
* fixed pc filesChristian Linke2016-02-221-21/+23
|
* * rework of the build structure, adopt to standard cmake package structure7.4Christian Linke2016-02-151-58/+93
| | | | | | | | | | | | | | * 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>
* add versioning for audiomanager utitlitiesChristian.Linke2015-12-161-0/+7
|
* changed package config for systemdChristian.Linke2015-12-151-0/+8
|
* moved watchdog into utilities and created .pc file for utilitiesChristian Linke2015-12-021-0/+19
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* make changes in utilities compileChristian Linke2015-10-061-9/+5
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Utilities now build as a static or as a shared library on demand.Jens Lorenz2015-10-061-0/+95
Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>