diff options
Diffstat (limited to '3rdParty/Boost/bcp.cpp')
-rw-r--r-- | 3rdParty/Boost/bcp.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3rdParty/Boost/bcp.cpp b/3rdParty/Boost/bcp.cpp new file mode 100644 index 0000000..db0eee1 --- /dev/null +++ b/3rdParty/Boost/bcp.cpp @@ -0,0 +1,5 @@ +#include "src/tools/bcp/main.cpp" + +int main(int argc, char* argv[]) { + return cpp_main(argc, argv); +} |