From a988df656b4d37dfa2472a4cde390185cfcea8b5 Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Tue, 2 Mar 2021 18:26:39 +0100 Subject: test foundation and functional reimplementation of cost function --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d47afaa..25f5fbf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,10 @@ add_executable(Arena umath/vec.h umath/intersect.c umath/intersect.h + test/test.c + test/test.h + test/test_gst.c + test/test_gst.h main.c) target_include_directories(Arena PUBLIC "C:/MinGW_libs/include") -- cgit v1.2.3-54-g00ecf