ENH: added new test for out of dir source trees
This commit is contained in:
parent
7a68698b6f
commit
f7c024df2a
|
@ -0,0 +1,3 @@
|
|||
# a simple test case
|
||||
PROJECT (OutOfSource)
|
||||
SUBDIRS(SubDir)
|
|
@ -0,0 +1 @@
|
|||
ADD_EXECUTABLE (simple simple.cxx)
|
|
@ -0,0 +1,4 @@
|
|||
int main ()
|
||||
{
|
||||
return 0;
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
# subdir to a sibling dir
|
||||
SUBDIRS(${PROJECT_SOURCE_DIR}/OutOfSourceSubdir)
|
Loading…
Reference in New Issue