From 60072c1d8089ffd3294e76636198d14710be95b8 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 9 Sep 2017 07:55:22 +0100 Subject: Restructuring --- yage/physics/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 yage/physics/CMakeLists.txt (limited to 'yage/physics/CMakeLists.txt') diff --git a/yage/physics/CMakeLists.txt b/yage/physics/CMakeLists.txt new file mode 100644 index 00000000..46c97596 --- /dev/null +++ b/yage/physics/CMakeLists.txt @@ -0,0 +1,6 @@ +set(YAGE_PHYSICS_SOURCES + physics/rectanglecollider.cpp + physics/rigidbody.cpp + physics/particlebody.cpp + physics/body.cpp + ) -- cgit