diff options
author | Sadie Powell <sadie@witchery.services> | 2024-04-15 12:35:36 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-04-15 12:41:56 +0100 |
commit | 3e5d3c5bdc2f52982529bd6cbf8e1edf914ec163 (patch) | |
tree | a82033e9a37869ced3b48c73ccdd6861b4db18e8 /src/CMakeLists.txt | |
parent | 62deedfa755d9c7e20be59e513ce27e087419f3b (diff) |
Avoid packaging unnecessary .lib files on Windows.
[skip alpine ci]
[skip ubuntu ci]
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9ca613eda..dcad8c83c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -95,4 +95,5 @@ endif() # Set Anope to be installed to the bin directory install(TARGETS ${PROGRAM_NAME} DESTINATION ${BIN_DIR} + RUNTIME ) |