diff options
author | Brad King <brad.king@kitware.com> | 2006-02-09 19:18:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-02-09 19:18:48 (GMT) |
commit | e40ca0f42804924b16282f5a8dd68436eca9c794 (patch) | |
tree | 151c03584cd4548fcfe91fd84e668a8b56bbd5c7 /Modules | |
parent | b78d936ecf9e493026d17ce15aaaf46d39bcb691 (diff) | |
download | CMake-e40ca0f42804924b16282f5a8dd68436eca9c794.zip CMake-e40ca0f42804924b16282f5a8dd68436eca9c794.tar.gz CMake-e40ca0f42804924b16282f5a8dd68436eca9c794.tar.bz2 |
BUG: Need Windows-g++.cmake module to support C++-only projects on Windows.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Platform/Windows-g++.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-g++.cmake b/Modules/Platform/Windows-g++.cmake new file mode 100644 index 0000000..3aa393c --- /dev/null +++ b/Modules/Platform/Windows-g++.cmake @@ -0,0 +1 @@ +INCLUDE(${CMAKE_ROOT}/Modules/Platform/Windows-gcc.cmake) |