Skip to content

Commit

Permalink
💚 漏了 install 这里
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Apr 15, 2024
1 parent 314464c commit 9d6568d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ if(NOT Sqlite)
execute_process(COMMAND ${CMAKE_COMMAND} -E tar xvf sqlite3.zip sqlite3.dll WORKING_DIRECTORY ${PROJECT_BUILD_DIR})
endif()
message("installing sqlite3.dll")
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/sqlite3.dll" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}" COMPONENT Runtime)
install(FILES "${PROJECT_BUILD_DIR}/sqlite3.dll" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}" COMPONENT Runtime)

0 comments on commit 9d6568d

Please sign in to comment.