cyphesis/rules/python/CMakeLists.txt
Erik Ogenvik a10de0db7d Expose root object as Python class.
To make it possible to always call get_name on a sub operation.
2018-12-16 22:08:51 +01:00

34 lines
780 B
CMake

add_library(rulesbase_python
PythonClass.cpp
PythonContext.cpp
PythonWrapper.cpp
PythonArithmeticScript.cpp
PythonArithmeticFactory.cpp
PythonScriptFactory.cpp
PythonScriptFactory_impl.h
Python_API.cpp
CoordHelper.h
WrapperBase.cpp
ScriptsProperty.cpp
CyPy_LocatedEntity.cpp
CyPy_Common.cpp
CyPy_Atlas.cpp
CyPy_Operation.cpp
CyPy_Element.cpp
CyPy_RootEntity.cpp
CyPy_Oplist.cpp
CyPy_Location.cpp
CyPy_Point3D.cpp
CyPy_Vector3D.cpp
CyPy_Quaternion.cpp
CyPy_Axisbox.cpp
CyPy_Physics.cpp
CyPy_EntityLocation.cpp
CyPy_Props.cpp
CyPy_WorldTime.cpp
CyPy_Rules.cpp CyPy_Rules.h CyPy_Root.cpp CyPy_Root.h)
target_link_libraries(rulesbase_python ${PYTHON_LIBRARIES} pycxx)