Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > c4fdc7d792e8d80b1f5a0945ea99deb8 > files > 489

cmake-2.8.0-2.fc13.x86_64.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)