+ eda algo: same algo than eda-sa without sa, + plotting scripts and problem functions moved to application/common
This commit is contained in:
parent
ba6770df43
commit
65191e2212
16 changed files with 595 additions and 14 deletions
14
application/common/CMakeLists.txt
Normal file
14
application/common/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
PROJECT(common)
|
||||
|
||||
SET(RESOURCES
|
||||
gplot.py
|
||||
ggobi.py
|
||||
)
|
||||
|
||||
FOREACH(file ${RESOURCES})
|
||||
EXECUTE_PROCESS(
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/${file}
|
||||
${DO_BINARY_DIR}/${file}
|
||||
)
|
||||
ENDFOREACH(file)
|
||||
Loading…
Add table
Add a link
Reference in a new issue