summaryrefslogtreecommitdiff
path: root/Tests/CxxSubdirC/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Test using objects from a language enabled in a subdirectory (#15325)Brad King2014-12-221-0/+4
Add a test case that enables CXX in the top level and C in a subdirectory. Create an executable in the top level that uses C objects compiled in the subdirectory. Strictly speaking this is not defined behavior for all language combinations, but happens to work in this case. Test this behavior since projects might try to use it.