mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
11 lines
248 B
CMake
11 lines
248 B
CMake
########### next target ###############
|
|
|
|
add_subdirectory( lsofui )
|
|
add_subdirectory( processcore )
|
|
add_subdirectory( processui )
|
|
add_subdirectory( signalplotter )
|
|
add_subdirectory( ksgrd )
|
|
if(ENABLE_TESTING)
|
|
add_subdirectory( tests )
|
|
endif()
|
|
|