2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

Add cmake build system, fix examples for Windows compatibility.

This commit is contained in:
Philip Miller
2013-02-22 23:18:50 -05:00
committed by Jim Bosch
parent 2a41c80c58
commit 0b59058fa2
16 changed files with 823 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
namespace p = boost::python;
namespace np = boost::numpy;
#if _MSC_VER
using boost::uint8_t;
#endif
int main(int argc, char **argv)
{
// Initialize the Python runtime.