diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a5b5fc..3da607f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,7 @@ endif(WIN32) install(TARGETS couch couchlib couchlib_luascripting RUNTIME DESTINATION bin + LIBRARY DESTINATION lib ARCHIVE DESTINATION lib) if (LUA_ENABLED) install(TARGETS couchlua)