summaryrefslogtreecommitdiff
path: root/cmake/AudioManagerCoreConfig.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Build: allow applications and plugins to build against an uninstalled AM and ↵AM_uninstalledMartin Koch2020-06-241-2/+9
| | | | | | | | | | | | its utilities during development phase - build AM normally - build application or plugin with below cmake options: -DAudioManager-uninstalled:OPTION=ON -DAudioManager_DIR:PATH=<path-to-AM-build-directory> -DAudioManagerUtilities_DIR:PATH=<path-to-AM-build-directory>/AudioManagerUtilities Signed-off-by: Martin Koch <martin.koch@ese.de>
* Fix issues with cmake cross build and yoctoChristian Linke2016-03-011-3/+0
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* fix paths for cross buildChristian Linke2016-02-261-2/+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>