CMake/Tests/FunctionTest
Brad King 33207a9a87 Test add_subdirectory inside function
This commit teaches the FunctionTest to check variable scope behavior
when a subdirectory is added inside a function call.  Any PARENT_SCOPE
sets in the subdirectory should affect only the function scope which
called add_subdirectory and not its parent scope.
2009-09-16 09:52:04 -04:00
..
SubDirScope ENH: Improve strictness of Function test 2009-07-22 13:42:27 -04:00
CMakeLists.txt Test add_subdirectory inside function 2009-09-16 09:52:04 -04:00
Util.cmake ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE) 2008-01-18 15:52:54 -05:00
functionTest.c ENH: add functions and raise scope to cmake 2007-12-03 12:44:42 -05:00