Skip to content

Commit

Permalink
Install lib in bin under Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed Jul 11, 2018
1 parent 64591f4 commit 60a57d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ add_library(qhttpserver SHARED ${qhttpserver_LIB_SRCS})

target_link_libraries(qhttpserver ${Qt5_LIBRARIES})

install(TARGETS qhttpserver DESTINATION lib)
install(TARGETS qhttpserver DESTINATION ${LIB_INSTALL_DIR})

########### install files ###############
install(FILES
Expand Down

0 comments on commit 60a57d8

Please sign in to comment.