diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-14 10:05:54 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-14 10:05:54 +0200 |
commit | 1013970853e6acfd60591a89ae08cc40c64bee06 (patch) | |
tree | 7ca081e6adcecebc41e68a659741e0cc0caf77eb /lanes-4.0.0-0.rockspec | |
parent | 0567dc0fc6da09467f65ee2f3c10ab68bb76832c (diff) | |
download | lanes-1013970853e6acfd60591a89ae08cc40c64bee06.tar.gz lanes-1013970853e6acfd60591a89ae08cc40c64bee06.tar.bz2 lanes-1013970853e6acfd60591a89ae08cc40c64bee06.zip |
Moved Lane tracking 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 ccfaf86..1c056e8 100644 --- a/lanes-4.0.0-0.rockspec +++ b/lanes-4.0.0-0.rockspec | |||
@@ -71,6 +71,7 @@ build = { | |||
71 | "src/tools.cpp", | 71 | "src/tools.cpp", |
72 | "src/state.cpp", | 72 | "src/state.cpp", |
73 | "src/threading.cpp", | 73 | "src/threading.cpp", |
74 | "src/tracker.cpp", | ||
74 | "src/universe.cpp" | 75 | "src/universe.cpp" |
75 | }, | 76 | }, |
76 | incdirs = { "src"}, | 77 | incdirs = { "src"}, |