[flang] Add CMake rules to install static and shared libraries in
authorSteve Scalpone <sscalpone@nvidia.com>
Thu, 28 Mar 2019 16:55:56 +0000 (09:55 -0700)
committerSteve Scalpone <sscalpone@nvidia.com>
Thu, 28 Mar 2019 16:55:56 +0000 (09:55 -0700)
commit1de9ecd2518df6be9badb6945672e12602bc72db
tree4c7c580f63f2a572dc031a64d8c8640df06edf95
parent7f87c2f754f941194bad10f1458d53ab7ad52037
[flang] Add CMake rules to install static and shared libraries in
the default install directory or in the directory specified
with CMAKE_INSTALL_PREFIX.  Fixes flang-compiler/f18#359.

Original-commit: flang-compiler/f18@35ce1628e24d85eb5fa8fe467af06f7a33a4d293
Reviewed-on: https://github.com/flang-compiler/f18/pull/364
flang/CMakeLists.txt
flang/lib/FIR/CMakeLists.txt
flang/lib/common/CMakeLists.txt
flang/lib/evaluate/CMakeLists.txt
flang/lib/parser/CMakeLists.txt
flang/lib/semantics/CMakeLists.txt
flang/tools/f18/CMakeLists.txt