buzzer: added buzzer with example

Signed-off-by: Yevgeniy Kiveisha <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Yevgeniy Kiveisha
2014-05-28 05:56:44 -07:00
parent b26cbd09f1
commit 725fc4661c
8 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
set (libname "buzzer")
add_library (buzzer SHARED buzzer.cxx)
include_directories (${MAA_INCLUDE_DIR})
target_link_libraries (buzzer ${MAA_LIBRARIES})