mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-30 20:02:10 +00:00
12 lines
287 B
Plaintext
12 lines
287 B
Plaintext
# Boost Filesystem Library Build Jamfile
|
|
|
|
subproject libs/filesystem/build ;
|
|
|
|
SOURCES = exception operations_posix_windows path_posix_windows ;
|
|
|
|
lib fs : ../src/$(SOURCES).cpp
|
|
: <include>$(BOOST_ROOT) <sysinclude>$(BOOST_ROOT)
|
|
<include>$(B_ROOT)
|
|
: debug release
|
|
;
|