ENH: fix bug where sharedforward would not work if there was a space in the path...
[cmake.git] / Example / Hello / CMakeLists.txt
blob879f4e5b19c81db8fe15eaa53bca08f54d390592
1 # Create a library called "Hello" which includes the source file "hello.cxx".
2 # The extension is already found.  Any number of sources could be listed here.
3 add_library (Hello hello.cxx)