Spaces:
Running
Running
cmake : add runtime destination install (#345)
Browse filesneeded for mingw32 build to successfully install the dlls in the correct location
- CMakeLists.txt +1 -0
CMakeLists.txt
CHANGED
|
@@ -223,6 +223,7 @@ target_compile_definitions(${TARGET} PUBLIC
|
|
| 223 |
install(TARGETS ${TARGET}
|
| 224 |
LIBRARY DESTINATION lib
|
| 225 |
ARCHIVE DESTINATION lib/static
|
|
|
|
| 226 |
)
|
| 227 |
|
| 228 |
#
|
|
|
|
| 223 |
install(TARGETS ${TARGET}
|
| 224 |
LIBRARY DESTINATION lib
|
| 225 |
ARCHIVE DESTINATION lib/static
|
| 226 |
+
RUNTIME DESTINATION bin
|
| 227 |
)
|
| 228 |
|
| 229 |
#
|