Added a command to make the output directory. This is to fix the XCode build that...
[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)