Directory Applications/CLI/MIDASApplications/

Directory Created:
2007-09-17 10:35
Total Files:
1
Deleted Files:
0
Lines of Code:
2

[root]/Applications/CLI/MIDASApplications
                directory in repo DownloadSlicerTutorials (3 files, 406 lines)

Lines of Code

Applications/CLI/MIDASApplications/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 2 (100.0%) 2 (100.0%) 1.0
aylward 1 (50.0%) 2 (100.0%) 2.0
jcfr 1 (50.0%) 0 (0.0%) 0.0

Most Recent Commits

jcfr 2009-12-08 18:34 Rev.: 11226

ENH: In CMakeLists.txt, change deprecated SUBDIRS command into ADD_SUBDIRECTORY

See http://cmake.org/cmake/help/cmake-2-8-docs.html#command:subdirs

when subdirs command was taking a list of directory, change it
using the following pattern:

Before:
subdirs(sagarmatha kumbhu eiger)

After:
SET(dirs
sagarmatha
kumbhu
eiger
)
FOREACH(dir ${dirs})
ADD_SUBDIRECTORY(${dir})
ENDFOREACH(dir)

0 lines of code changed in 1 file:

  • Applications/CLI/MIDASApplications: CMakeLists.txt (changed)
aylward 2007-09-17 10:35 Rev.: 4342

ENH: Direct access to tutorials from within Slicer3

2 lines of code changed in 1 file:

  • Applications/CLI/MIDASApplications: CMakeLists.txt (new 2)
Generated by StatSVN 0.5.0