From 369e3d71aa79783d95166739cfa93a480defe6ea Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 2 Nov 2024 14:44:25 +0100 Subject: more cleanup + add give command to test things --- test/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/CMakeLists.txt (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt new file mode 100644 index 0000000..bba1d07 --- /dev/null +++ b/test/CMakeLists.txt @@ -0,0 +1,3 @@ +target_sources(test_main PUBLIC + string.cpp +) -- cgit v1.2.3