File tree 3 files changed +3
-3
lines changed
debuginterface/debuginterfaceclient
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ install(
141
141
if (MSVC )
142
142
install (
143
143
FILES "$<TARGET_PDB_FILE_DIR:kdstatemachineeditor_core>/$<TARGET_PDB_FILE_NAME:kdstatemachineeditor_core>"
144
- DESTINATION ${LIB_INSTALL_DIR }
144
+ DESTINATION ${BIN_INSTALL_DIR }
145
145
CONFIGURATIONS Debug RelWithDebInfo
146
146
)
147
147
endif ()
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ if(MSVC)
87
87
install (
88
88
FILES
89
89
"$<TARGET_PDB_FILE_DIR:kdstatemachineeditor_debuginterfaceclient>/$<TARGET_PDB_FILE_NAME:kdstatemachineeditor_debuginterfaceclient>"
90
- DESTINATION ${LIB_INSTALL_DIR }
90
+ DESTINATION ${BIN_INSTALL_DIR }
91
91
CONFIGURATIONS Debug RelWithDebInfo
92
92
)
93
93
endif ()
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ install(
100
100
if (MSVC )
101
101
install (
102
102
FILES "$<TARGET_PDB_FILE_DIR:kdstatemachineeditor_view>/$<TARGET_PDB_FILE_NAME:kdstatemachineeditor_view>"
103
- DESTINATION ${LIB_INSTALL_DIR }
103
+ DESTINATION ${BIN_INSTALL_DIR }
104
104
CONFIGURATIONS Debug RelWithDebInfo
105
105
)
106
106
endif ()
You can’t perform that action at this time.
0 commit comments