mirror of
https://github.com/boostorg/config.git
synced 2025-11-01 08:11:45 +01:00
13 lines
213 B
Bash
13 lines
213 B
Bash
#
|
|
# locate all the header dependencies:
|
|
header=""
|
|
#
|
|
# locate all the source files:
|
|
src=link_test.cpp
|
|
|
|
boost_version=$(grep 'define.*BOOST_LIB_VERSION' ../../../boost/version.hpp | sed 's/.*"\([^"]*\)".*/\1/')
|
|
|
|
|
|
|
|
|