aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorpeter klausler <pklausler@nvidia.com>2018-06-18 11:03:43 -0700
committerpeter klausler <pklausler@nvidia.com>2018-06-18 11:05:17 -0700
commitb23701f7d04aeafafbca7b329006238144e6eb4d (patch)
tree006fd4a2ad1d209299c299a4b86caaeaf00cee80 /flang/lib/CMakeLists.txt
parentbe3b272f1eede0b1e204a84b1d5bde2fcbf1c05a (diff)
downloadllvm-b23701f7d04aeafafbca7b329006238144e6eb4d.zip
llvm-b23701f7d04aeafafbca7b329006238144e6eb4d.tar.gz
llvm-b23701f7d04aeafafbca7b329006238144e6eb4d.tar.bz2
[flang] Rearrange some facilities into a new lib/common.
Original-commit: flang-compiler/f18@279af1e817b1266dd57689e462272f8e29496798 Reviewed-on: https://github.com/flang-compiler/f18/pull/106
Diffstat (limited to 'flang/lib/CMakeLists.txt')
-rw-r--r--flang/lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/lib/CMakeLists.txt b/flang/lib/CMakeLists.txt
index 65bdcd5..2c77e79 100644
--- a/flang/lib/CMakeLists.txt
+++ b/flang/lib/CMakeLists.txt
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-
+add_subdirectory(common)
add_subdirectory(evaluate)
add_subdirectory(parser)
add_subdirectory(semantics)