cyphesis/rules/simulation/python/CMakeLists.txt
2018-11-03 17:17:50 +01:00

14 lines
275 B
CMake

add_library(rulessimulation_python
CyPy_Entity.cpp
CyPy_Server.cpp
CyPy_Task.cpp
CyPy_World.cpp
CyPy_TerrainProperty.cpp
CyPy_UsageInstance.cpp
CyPy_EntityProps.cpp
)
target_link_libraries(rulessimulation_python ${PYTHON_LIBRARIES} pycxx)