blob: f69bc95bdf997f86477179962790cb5bc6e2df81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : tests/fdstream/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
libs += $stdmod_lib
exe{driver}: {hxx cxx}{*} $libs
if ($cxx.target.class != "windows")
cxx.libs += -lpthread
|