diff options
Diffstat (limited to 'Source/Python')
-rw-r--r-- | Source/Python/CMakeLists.txt | 5 |
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 +) |