Skip to content

Commit

Permalink
cmake: install the dll file to the correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mathstuf authored and bagder committed Feb 20, 2015
1 parent 63b4b8c commit 20112ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/CMakeLists.txt
Expand Up @@ -98,4 +98,7 @@ if(WIN32)
endif()
endif()

install(TARGETS ${LIB_NAME} DESTINATION lib)
install(TARGETS ${LIB_NAME}
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin)

0 comments on commit 20112ed

Please sign in to comment.