File: SConscript

package info (click to toggle)
dials 3.25.0%2Bdfsg3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 20,112 kB
  • sloc: python: 134,740; cpp: 34,526; makefile: 160; sh: 142
file content (12 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Import("env")

env.Replace(LIBS=[])

env.Program(
    target="algorithms/spot_prediction/tst_reeke_model",
    source="algorithms/spot_prediction/tst_reeke_model.cc",
)
env.Program(
    target="algorithms/spatial_indexing/tst_collision_detection",
    source="algorithms/spatial_indexing/tst_collision_detection.cc",
)