mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
10 lines
187 B
CMake
10 lines
187 B
CMake
add_library(rulesai_python
|
|
CyPy_BaseMind.cpp
|
|
CyPy_MemEntity.cpp
|
|
CyPy_MemMap.cpp
|
|
CyPy_Ai.cpp CyPy_Ai.h)
|
|
|
|
target_link_libraries(rulesai_python ${PYTHON_LIBRARIES} pycxx)
|
|
|
|
|
|
|