mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
14 lines
275 B
CMake
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)
|
|
|
|
|
|
|