aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Python/CMakeLists.txt')
-rw-r--r--Source/Python/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Python/CMakeLists.txt b/Source/Python/CMakeLists.txt
new file mode 100644
index 000000000..00c9e02f1
--- /dev/null
+++ b/Source/Python/CMakeLists.txt
@@ -0,0 +1,5 @@
+target_sources(WarpX
+ PRIVATE
+ WarpX_py.cpp
+ WarpXWrappers.cpp
+)