diff options
author | Jack Lloyd <[email protected]> | 2015-09-22 10:07:43 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-09-22 10:07:43 -0400 |
commit | a2267040583137c2192d593fcd4cb09b388a3bd6 (patch) | |
tree | eda16cd93059bbffe2feb43b436b80a6ebabc17d /src/lib/utils/boost | |
parent | c461c8e0115738d770f2c1cdee8dfaa28bf8239c (diff) |
Move boost and sqlite3 to utils
Diffstat (limited to 'src/lib/utils/boost')
-rw-r--r-- | src/lib/utils/boost/info.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/utils/boost/info.txt b/src/lib/utils/boost/info.txt new file mode 100644 index 000000000..8748c0bf1 --- /dev/null +++ b/src/lib/utils/boost/info.txt @@ -0,0 +1,11 @@ +define BOOST_FILESYSTEM 20131228 +define BOOST_ASIO 20131228 +define BOOST_DATETIME 20150720 + +load_on vendor + +<libs> +all -> boost_system,boost_filesystem +</libs> + + |