diff --git a/examples/godot_logistic_regression/gdnative_shared/CMakeLists.txt b/examples/godot_logistic_regression/gdnative_shared/CMakeLists.txt index 651c923ed..6091f8603 100644 --- a/examples/godot_logistic_regression/gdnative_shared/CMakeLists.txt +++ b/examples/godot_logistic_regression/gdnative_shared/CMakeLists.txt @@ -15,7 +15,7 @@ find_package(kompute REQUIRED) find_package(Vulkan REQUIRED) add_library(kompute_godot - SHARED + STATIC src/KomputeModelML.cpp src/KomputeGdNative.cpp)