Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > d4af21426991789d16abbd6df57cbabe > files > 206

cmake-2.2.0-1mdk.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)