llama-cpp-turboquant/python/CMakeLists.txt
Fabian Sauter 50ffbbc01a Replaced .gitmodules with fetch_content
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
2022-07-27 12:48:04 +02:00

10 lines
169 B
CMake

pybind11_add_module(kp src/main.cpp)
include_directories(
${PROJECT_SOURCE_DIR}/single_include/)
target_link_libraries(
kp PRIVATE
kompute::kompute)