[Dart] Follow-up: Combined projects on one dashboard
Mathieu Malaterre
mathieu.malaterre at gmail.com
Mon Apr 23 05:04:56 EDT 2007
Hello,
I was reading the following thread:
http://public.kitware.com/pipermail/dart/2006-May/001499.html
Everything is working fine, except that I do not have a top level
source dir anymore. I have some sort of meta project with a
CMakeLists.txt that looks like:
PROJECT(foo)
INCLUDE(CTest) # important
ADD_SUBDIRECTORY(../dep1 dep1)
ADD_SUBDIRECTORY(../dep2 dep2)
ADD_SUBDIRECTORY(../dep3 dep3)
Where each depX are in there own CVS Root (different). How do I
describe this configuration in CTest and/or Dart ?
Thanks !
--
Mathieu
More information about the Dart
mailing list