From 214a43ad59a51c7fc61d2001e1e6ff232624ab68 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Tue, 3 Nov 2020 08:00:20 +0000 Subject: [PATCH] Updated build to rename kp --- python/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)