mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
8 lines
235 B
CMake
8 lines
235 B
CMake
project(device_automounter)
|
|
|
|
include_directories(${KDE4_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR}/lib)
|
|
|
|
set(device_automounter_lib_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/lib/AutomounterSettings.cpp)
|
|
|
|
add_subdirectory(kcm)
|
|
add_subdirectory(kded)
|