diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 6ef7fde4b..5f3036986 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,11 +1,11 @@ add_subdirectory(pybind11) -pybind11_add_module(komputepy src/main.cpp) +pybind11_add_module(kp src/main.cpp) include_directories( ${PROJECT_SOURCE_DIR}/single_include/) target_link_libraries( - komputepy PRIVATE + kp PRIVATE kompute::kompute)