Using ggml as a dependency: how can I modify my CMakeLists.txt to get a standalone EXE file and not generate ggml.dll? #8290
Replies: 1 comment
-
(wrong repository, this was meant to be on ggml) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
here's my current CMakeLists.txt:
Right now, I get
build/tortoise.exe
andbuild/bin/Debug/ggml.dll
, and have to move the dll to the build folder to get the exe to work. What I'd like instead is to just get an exe and not generate the dll at all. I tried adding the lineBut it seems to have no effect.
Beta Was this translation helpful? Give feedback.
All reactions