mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
12 lines
334 B
CMake
12 lines
334 B
CMake
|
|
########### next target ###############
|
|
|
|
set(solid-hardware_SRCS solid-hardware.cpp)
|
|
add_executable(solid-hardware NOGUI ${solid-hardware_SRCS})
|
|
target_link_libraries(solid-hardware ${KDE4_KDECORE_LIBS} ${KDE4_SOLID_LIBS})
|
|
install(TARGETS solid-hardware ${INSTALL_TARGETS_DEFAULT_ARGS})
|
|
|
|
########### install files ###############
|
|
|
|
|
|
|