mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
13 lines
337 B
CMake
13 lines
337 B
CMake
configure_file(config-ksysguard.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-ksysguard.h)
|
|
|
|
########### next target ###############
|
|
|
|
add_subdirectory( lsofui )
|
|
add_subdirectory( processcore )
|
|
add_subdirectory( processui )
|
|
add_subdirectory( signalplotter )
|
|
add_subdirectory( ksgrd )
|
|
if(ENABLE_TESTING)
|
|
add_subdirectory( tests )
|
|
endif()
|
|
|