From 075c80040b73dc326c1b6c888a686323f9080c57 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 1 Mar 2024 11:35:56 -0800 Subject: [PATCH] re-added the original file --- tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e69de29..524ee31 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -0,0 +1,2 @@ +add_subdirectory(simple_test) +add_subdirectory(wrap)