Skip to content

Commit

Permalink
Merge branch 'tickets/DM-27696'
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Feb 23, 2021
2 parents b1e2629 + 4d105d5 commit e2d237f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions configs/boost_timer.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# -*- python -*-

import lsst.sconsUtils

dependencies = {
"required": ["boost"],
}

config = lsst.sconsUtils.ExternalConfiguration(
__file__,
headers=["boost/timer/timer.hpp"],
libs={"main": [], "test": ["boost_timer"]},
eupsProduct="boost",
)

0 comments on commit e2d237f

Please sign in to comment.