repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: fix bug where sharedforward would not work if there was a space in the path...
[cmake.git]
/
Example
/
Hello
/
CMakeLists.txt
blob
879f4e5b19c81db8fe15eaa53bca08f54d390592
1
# Create a library called "Hello" which includes the source file "hello.cxx".
2
# The extension is already found. Any number of sources could be listed here.
3
add_library (Hello hello.cxx)