aio.hpp: Add C++ wrapper around Aio
* maa_aio_context becomes an opaque pointer * C++ wrapper class Aio created * examples/c++ with a sample for Aio created * swig now uses C++ wrapper Aio to generate an API * python generated code is now C++ Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
5
examples/c++/CMakeLists.txt
Normal file
5
examples/c++/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
add_executable (AioA0 AioA0.cpp)
|
||||
|
||||
include_directories(${PROJECT_SOURCE_DIR}/api)
|
||||
|
||||
target_link_libraries (AioA0 maa)
|
||||
Reference in New Issue
Block a user