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

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)