ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler

This commit is contained in:
Bill Hoffman
2002-04-02 15:43:23 -05:00
parent 81ebecaea1
commit 4ea0f6b949
34 changed files with 20025 additions and 9161 deletions

View File

@@ -1,3 +1,3 @@
# Create a library called "Hello" which includes the source file "hello.cxx".
# The extension is already found. Any number of sources could be listed here.
ADD_LIBRARY(Hello hello)
ADD_LIBRARY(Hello hello.cxx)