Skip to content

Commit

Permalink
updata cmakelist
Browse files Browse the repository at this point in the history
  • Loading branch information
tc-mb committed May 28, 2024
1 parent e73a0c7 commit 6366d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/minicpmv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ endif()
set(TARGET minicpmv-cli)
add_executable(minicpmv-cli minicpmv-cli.cpp)
install(TARGETS minicpmv-cli RUNTIME)
target_link_libraries(minicpmv-cli PRIVATE common minicpmv ${CMAKE_THREAD_LIBS_INIT})
target_link_libraries(minicpmv-cli PRIVATE common minicpmv_io minicpmv ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(minicpmv PRIVATE cxx_std_11)

add_library(minicpmv_io OBJECT
Expand Down

0 comments on commit 6366d62

Please sign in to comment.