diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-13 15:03:12 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-13 18:15:46 +0200 |
commit | c46869699aa3ae477516fba0043c2cfd8cda822a (patch) | |
tree | 2a63c9302f530a4da5ee3121eb2a545c39e0fe20 /lanes-4.0.0-0.rockspec | |
parent | 13f7f505375f7c1afd3a7e479a64cc147501b01d (diff) | |
download | lanes-c46869699aa3ae477516fba0043c2cfd8cda822a.tar.gz lanes-c46869699aa3ae477516fba0043c2cfd8cda822a.tar.bz2 lanes-c46869699aa3ae477516fba0043c2cfd8cda822a.zip |
Move InterCopyContext implementation in a separate file
Diffstat (limited to 'lanes-4.0.0-0.rockspec')
-rw-r--r-- | lanes-4.0.0-0.rockspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lanes-4.0.0-0.rockspec b/lanes-4.0.0-0.rockspec index 76982f1..ccfaf86 100644 --- a/lanes-4.0.0-0.rockspec +++ b/lanes-4.0.0-0.rockspec | |||
@@ -63,6 +63,7 @@ build = { | |||
63 | "src/cancel.cpp", | 63 | "src/cancel.cpp", |
64 | "src/compat.cpp", | 64 | "src/compat.cpp", |
65 | "src/deep.cpp", | 65 | "src/deep.cpp", |
66 | "src/intercopycontext.cpp", | ||
66 | "src/keeper.cpp", | 67 | "src/keeper.cpp", |
67 | "src/lanes.cpp", | 68 | "src/lanes.cpp", |
68 | "src/linda.cpp", | 69 | "src/linda.cpp", |