mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
9 lines
119 B
CMake
9 lines
119 B
CMake
|
|
project(knotify)
|
|
|
|
|
|
include_directories( ${KDE4_KIO_INCLUDES} )
|
|
|
|
add_subdirectory( config )
|
|
add_subdirectory( tests )
|
|
|