My project uses the sqlite library. I want to package the project and send it to my friend's computer. It needs to be packaged together with the sqlite.so
file. What should I do
Why doesn't he work
install(TARGETS vr_desktop
RUNTIME DESTINATION bin COMPONENT libraries
LIBRARY DESTINATION lib COMPONENT libraries
ARCHIVE DESTINATION lib/static COMPONENT libraries)