diff options
author | Brad King <brad.king@kitware.com> | 2007-05-25 15:09:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-05-25 15:09:22 (GMT) |
commit | 3124c60938626f19a8767e1e4a155a348ca954c9 (patch) | |
tree | f0728b527de326a321890ca75538574bd507dea1 /Tests/SimpleInstallS2 | |
parent | 22a1df057617710ea613d9673314fa81ddb6bbab (diff) | |
download | CMake-3124c60938626f19a8767e1e4a155a348ca954c9.zip CMake-3124c60938626f19a8767e1e4a155a348ca954c9.tar.gz CMake-3124c60938626f19a8767e1e4a155a348ca954c9.tar.bz2 |
ENH: Add test to see if INSTALL_FILES actually worked.
Diffstat (limited to 'Tests/SimpleInstallS2')
-rw-r--r-- | Tests/SimpleInstallS2/inst.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/SimpleInstallS2/inst.cxx b/Tests/SimpleInstallS2/inst.cxx index 53082dc..3faf924 100644 --- a/Tests/SimpleInstallS2/inst.cxx +++ b/Tests/SimpleInstallS2/inst.cxx @@ -3,6 +3,7 @@ #ifdef STAGE_2 # include <foo/lib1.h> # include <foo/lib2renamed.h> +# include <lib3.h> #else # include "lib1.h" # include "lib2.h" |