From 1b8af4198f7f18ccbfb336709f20a88e26e2b195 Mon Sep 17 00:00:00 2001 From: Dawsyn Schraiber Date: Sat, 2 Sep 2023 09:55:10 -0400 Subject: Project Structure and Build System --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/CMakeLists.txt (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt new file mode 100644 index 0000000..95d2f15 --- /dev/null +++ b/src/CMakeLists.txt @@ -0,0 +1 @@ +add_executable (ads active-drag-system.cpp) -- cgit v1.2.3