Change Extension of Library?
Set the target's SUFFIX
property, i.e.:
add_library(mylib SHARED <src>)
set_target_properties(mylib PROPERTIES SUFFIX ".dla")
Set the target's SUFFIX
property, i.e.:
add_library(mylib SHARED <src>)
set_target_properties(mylib PROPERTIES SUFFIX ".dla")