GENIVI / AudioManager

The GENIVI Audiomanager
https://genivi.github.io/AudioManager
Other
25 stars 19 forks source link

Failed to cmake the AudioManagerPlugins Project #44

Closed ShafiqAiman94 closed 5 years ago

ShafiqAiman94 commented 5 years ago

Hi , every time I want to compile the AudioManagerPlugins project. I got this error

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: AudioManagerUtilities_LIBRARY linked by target "PluginControlInterfaceGeneric" in directory /home/peter/Desktop/Clarion/Himawari/audio-manager/AudioManagerPlugins/PluginControlInterfaceGeneric linked by target "PluginCommandInterfaceDbus" in directory /home/peter/Desktop/Clarion/Himawari/audio-manager/AudioManagerPlugins/PluginCommandInterfaceDbus

Anyone know how to solve this issue?

JensLorenz commented 5 years ago

Is your cmake configuration and the include files of AudioManager copied to a central place? Cmake of plugins demands the configuration and the header files in order to configure and compile correctly.

ShafiqAiman94 commented 5 years ago

I got it.Thanks