Got the Vector class working in Python through SWIG.

This commit is contained in:
David Williams
2010-12-27 11:54:49 +00:00
parent 78cda39c38
commit 26081fd4ba
4 changed files with 9 additions and 8 deletions

View File

@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(PolyVox)
#add_subdirectory(bindings)
add_subdirectory(bindings)
add_subdirectory(PolyVoxCore)
add_subdirectory(PolyVoxUtil)