aboutsummaryrefslogtreecommitdiffstats
path: root/yage/physics/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'yage/physics/CMakeLists.txt')
-rw-r--r--yage/physics/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
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
+ )