Updated godot example to use static lib
This commit is contained in:
parent
2e9ffd9444
commit
c774040e52
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ find_package(kompute REQUIRED)
|
|||
find_package(Vulkan REQUIRED)
|
||||
|
||||
add_library(kompute_godot
|
||||
SHARED
|
||||
STATIC
|
||||
src/KomputeModelML.cpp
|
||||
src/KomputeGdNative.cpp)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue