Adding this line to plugins/pythonshell/CMakeLists.txt fixes this problem for MinGW but a more platform independent solution is necessary. TARGET_LINK_LIBRARIES( pythonshell ${POCO_LIBRARY_PATH}/libPocoFoundation.dll )
Adding this line to plugins/pythonshell/CMakeLists.txt fixes this problem for MinGW but a more platform independent solution is necessary.
TARGET_LINK_LIBRARIES( pythonshell ${POCO_LIBRARY_PATH}/libPocoFoundation.dll )