servo: Added new module servo

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-03 16:23:26 +00:00
committed by Kiveisha Yevgeniy
parent f1cf463126
commit aac51c4850
10 changed files with 316 additions and 0 deletions

4
src/servo/CMakeLists.txt Normal file
View File

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