From d45c555e69beeab49c7deae62738f0f1f2f34436 Mon Sep 17 00:00:00 2001 From: Akash Kothari <akashk4@tyler.cs.illinois.edu> Date: Thu, 9 Jan 2020 07:09:59 -0600 Subject: [PATCH] Add CmakeList file for visc-rt compilation --- hpvm/projects/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 hpvm/projects/CMakeLists.txt diff --git a/hpvm/projects/CMakeLists.txt b/hpvm/projects/CMakeLists.txt new file mode 100644 index 0000000000..465c5082f2 --- /dev/null +++ b/hpvm/projects/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory(visc-rt) -- GitLab