+ eda algo: same algo than eda-sa without sa, + plotting scripts and problem functions moved to application/common

This commit is contained in:
Caner Candan 2010-09-22 14:38:15 +02:00
commit 65191e2212
16 changed files with 595 additions and 14 deletions

View file

@ -2,6 +2,12 @@
### 1) Where do we go now ?!?
######################################################################################
INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_SOURCE_DIR}/common
)
ADD_SUBDIRECTORY(common)
ADD_SUBDIRECTORY(eda_sa)
ADD_SUBDIRECTORY(eda)
######################################################################################