Skip to content

Commit

Permalink
build: fix msvc build (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbolznv authored Sep 18, 2024
1 parent fbac47b commit ea40f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mnist/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# mnist-common

set(TEST_TARGET mnist-common)
add_library(${TEST_TARGET} mnist-common.cpp)
add_library(${TEST_TARGET} STATIC mnist-common.cpp)
target_link_libraries(${TEST_TARGET} PRIVATE ggml common)

#
Expand Down

0 comments on commit ea40f60

Please sign in to comment.