mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
11 lines
229 B
CMake
11 lines
229 B
CMake
set(akonadi_shared_srcs
|
|
akapplication.cpp
|
|
akcrash.cpp
|
|
akdbus.cpp
|
|
akdebug.cpp
|
|
akstandarddirs.cpp
|
|
)
|
|
|
|
add_library(akonadi_shared STATIC ${akonadi_shared_srcs})
|
|
|
|
target_link_libraries(akonadi_shared ${AKONADI_SYSTEM_LIBS})
|