Fixed Simulator not processing events correctly
Event that is being processed needed to be removed from the queue while its own
process() method ran.
set (targets
euclidean
polynomial
test-eventqueue
test-kinetic-sort
test-linalg)
foreach (t ${targets})
add_executable (${t} ${t}.cpp)
target_link_libraries (${t} ${synaps_libraries} ${libraries})
endforeach (t ${targets})