* 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>
6 lines
116 B
CMake
6 lines
116 B
CMake
add_executable (AioA0 AioA0.cpp)
|
|
|
|
include_directories(${PROJECT_SOURCE_DIR}/api)
|
|
|
|
target_link_libraries (AioA0 maa)
|