1 2 3 4 5 6 7 8 9
pybind11_add_module(kp src/main.cpp) include_directories( ${PROJECT_SOURCE_DIR}/include/) target_link_libraries( kp PRIVATE kompute::kompute)