commit | 9317d1f6358f85aa0db2d4d0a3552d415c3fc9e2 | [log] [tgz] |
---|---|---|
author | Marius Brehler <marius.brehler@iml.fraunhofer.de> | Wed Jan 08 10:34:11 2020 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jan 08 10:35:13 2020 -0800 |
tree | d61cbe27873ff4e38b3e257486e91145a31b56de | |
parent | 3e2dd1fc83ce51254d90c536ddadd60e038c0b04 [diff] [blame] |
Build simple_embedding test via CMake Closes https://github.com/google/iree/pull/407 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/iree/pull/407 from marbre:cmake-samples 95657c63dbf26afe5f3cdb4e532c9d9d53dbc336 PiperOrigin-RevId: 288726476
diff --git a/CMakeLists.txt b/CMakeLists.txt index a203999..bd22e94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -115,6 +115,7 @@ add_subdirectory(iree/base) add_subdirectory(iree/hal) +add_subdirectory(iree/modules) add_subdirectory(iree/schemas) add_subdirectory(iree/testing)