Skip to content

Commit 60a57d8

Browse files
committed
Install lib in bin under Windows
1 parent 64591f4 commit 60a57d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ add_library(qhttpserver SHARED ${qhttpserver_LIB_SRCS})
1717

1818
target_link_libraries(qhttpserver ${Qt5_LIBRARIES})
1919

20-
install(TARGETS qhttpserver DESTINATION lib)
20+
install(TARGETS qhttpserver DESTINATION ${LIB_INSTALL_DIR})
2121

2222
########### install files ###############
2323
install(FILES

0 commit comments

Comments
 (0)