Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 1866db1d7c725a3bbc0e4f6169c76444 > files > 400

cmake-2.6.4-0.1mdv2009.0.i586.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)