2009/5/26 Robert Matusewicz :
> Hi all!
> We are using Cmake and CTest in our project: OpenImageIO and have a liitle
> problem.
> We have project tree that looks like belowe:
> * project
> testsuit
> src
> ** test1
> ** test2
> And then, in CmakeList.txt we have something like tha
Hi all!
We are using Cmake and CTest in our project: OpenImageIO and have a liitle
problem.
We have project tree that looks like belowe:
* project
testsuit
src
** test1
** test2
And then, in CmakeList.txt we have something like that:
include (CTest)
add_subdirectory (test1)
add_su