ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug #3462.

This commit is contained in:
Brad King
2006-10-05 08:55:59 -04:00
parent e36eb71913
commit c11cf31c9b
18 changed files with 99 additions and 10 deletions
@@ -0,0 +1,3 @@
#include <testSystemDir.h>
int main() { return foo(); }