Skip to content

Commit 58b9889

Browse files
committed
cmake file update windows debug output
1 parent 405a83f commit 58b9889

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ target_compile_definitions(jllama PRIVATE
9898

9999
if(OS_NAME STREQUAL "Windows")
100100
set_target_properties(jllama llama ggml PROPERTIES
101+
RUNTIME_OUTPUT_DIRECTORY_DEBUG ${JLLAMA_DIR}
101102
RUNTIME_OUTPUT_DIRECTORY_RELEASE ${JLLAMA_DIR}
102103
)
103104
else()

0 commit comments

Comments
 (0)