windows dlls, meet thy mxmake
This commit is contained in:
@@ -6,5 +6,7 @@ target_link_libraries(matrix libYap)
|
||||
set_target_properties (matrix PROPERTIES PREFIX "")
|
||||
|
||||
install(TARGETS matrix
|
||||
LIBRARY DESTINATION ${dlls} )
|
||||
LIBRARY DESTINATION ${dlls}
|
||||
ARCHIVE DESTINATION ${dlls}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user