summaryrefslogtreecommitdiffstats
path: root/src/Physics/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/Physics/CMakeLists.txt')
-rw-r--r--src/Physics/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Physics/CMakeLists.txt b/src/Physics/CMakeLists.txt
new file mode 100644
index 000000000..a4c9bcc65
--- /dev/null
+++ b/src/Physics/CMakeLists.txt
@@ -0,0 +1,9 @@
+target_sources(
+ ${CMAKE_PROJECT_NAME} PRIVATE
+
+ Explodinator.cpp
+ # Lightning.cpp
+
+ Explodinator.h
+ # Lightning.h
+)