Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 03bc0c6bcb16a97221b97d281f8d4fa6 > files > 634

cmake-2.8.8-4.fc16.i686.rpm

# 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)