Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > d13c44d25e010cf6888af1334cc6534b > files > 561

cmake-2.8.4-1.fc15.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)