From ab774a51526bb8f1c530f843a9079e09d4992f79 Mon Sep 17 00:00:00 2001 From: Dane Johnson Date: Mon, 5 Apr 2021 14:50:12 -0500 Subject: [PATCH] Add a library destination --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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)