Install mdx executable to bin

LT1AB
Ryan Burns 2020-02-13 11:55:29 -08:00
parent 81fee920ad
commit 55c13b1b98
1 changed files with 3 additions and 0 deletions

View File

@ -14,4 +14,7 @@ if(TARGET Motif::Motif AND TARGET X11::Xt AND TARGET X11::X11)
X11::Xt
X11::X11
)
install(TARGET mdx
RUNTIME DESTINATION bin
)
endif()