ENH: updte to lower case and using ADD_SUBDIRECTORY

This commit is contained in:
Ken Martin
2005-06-27 12:44:11 -04:00
parent b43aaed3bf
commit cf8c6a30e3
3 changed files with 8 additions and 7 deletions
+1 -1
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.cxx)
add_library (Hello hello.cxx)