mirror of
https://github.com/nomic-ai/kompute.git
synced 2026-06-30 03:17:12 +00:00
10 lines
169 B
CMake
10 lines
169 B
CMake
|
|
pybind11_add_module(kp src/main.cpp)
|
|
|
|
include_directories(
|
|
${PROJECT_SOURCE_DIR}/include/)
|
|
|
|
target_link_libraries(
|
|
kp PRIVATE
|
|
kompute::kompute)
|