diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-10-06 16:12:59 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-10-06 16:12:59 (GMT) |
commit | 9ed93397fbe57a09e2a510b45331fa925a392bf8 (patch) | |
tree | 6e0960bd96eca344d168bd6c1444e968e24b73de /Tests/COnly/foo.h | |
parent | 1ba0a050395fda65718da8e62a896ea788dec8e4 (diff) | |
download | CMake-9ed93397fbe57a09e2a510b45331fa925a392bf8.zip CMake-9ed93397fbe57a09e2a510b45331fa925a392bf8.tar.gz CMake-9ed93397fbe57a09e2a510b45331fa925a392bf8.tar.bz2 |
If you specify header file as source, it should still use C compiler and not CXX. Also fix COnly test so that it make sure that this still works...
Diffstat (limited to 'Tests/COnly/foo.h')
-rw-r--r-- | Tests/COnly/foo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/COnly/foo.h b/Tests/COnly/foo.h new file mode 100644 index 0000000..67c42a20 --- /dev/null +++ b/Tests/COnly/foo.h @@ -0,0 +1 @@ +extern const char* foo; |