Updated godot example to use static lib

This commit is contained in:
Alejandro Saucedo 2020-10-03 15:26:01 +01:00
parent 2e9ffd9444
commit c774040e52

View file

@ -15,7 +15,7 @@ find_package(kompute REQUIRED)
find_package(Vulkan REQUIRED)
add_library(kompute_godot
SHARED
STATIC
src/KomputeModelML.cpp
src/KomputeGdNative.cpp)