Updated build to rename kp
This commit is contained in:
parent
991cfdcbcc
commit
214a43ad59
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue