File: CMakeLists.txt

package info (click to toggle)
cmake 2.0.5-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 9,996 kB
  • ctags: 6,865
  • sloc: cpp: 48,042; ansic: 27,766; sh: 1,481; lex: 438; lisp: 118; makefile: 83; perl: 60; tcl: 55; php: 25; python: 25; ruby: 22
file content (3 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
# 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)