Files
kompute/python/CMakeLists.txt
2020-11-03 08:00:20 +00:00

12 lines
196 B
CMake

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