Skip to content

Commit

Permalink
Remember CMake is not the only build.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastisme committed Jul 23, 2024
1 parent 3be1946 commit 2305d63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/dials/algorithms/scaling/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ env.SharedLibrary(
source=["boost_python/scaling_helper.cc", "boost_python/scaling_ext.cc"],
LIBS=env["LIBS"],
)

env.SharedLibrary(
target="#/lib/dials_tof_scaling_ext",
source=["tof/boost_python/tof_scaling_ext.cc"],
LIBS=env["LIBS"],
)

0 comments on commit 2305d63

Please sign in to comment.