From 15fc78f7c41e0ea2225224529021922e83017364 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Wed, 26 Nov 2025 22:33:44 +0000 Subject: [PATCH] update git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@821 b9cfdab3-6d41-4d17-bbe4-086880011989 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e221b6..e227b53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -199,6 +199,7 @@ target_compile_definitions( include(GNUInstallDirs) install( TARGETS Mw + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} )