repo.or.cz
/
kdelibs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix tricky regression noticed by Vyacheslav Tokarev on Google Reader.
[kdelibs.git]
/
knotify
/
CMakeLists.txt
blob
bc06221e6c82b4be01eeba356d089849817800fe
1
2
project(knotify)
3
4
5
include_directories( ${KDE4_KIO_INCLUDES} )
6
7
add_subdirectory( config )
8
add_subdirectory( tests )
9