Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F16569585
CMakeLists.txt
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
841 B
Referenced Files
None
Subscribers
None
CMakeLists.txt
View Options
macro(kdepim_add_agent _target)
if(KDEPIM_BUILD_AGENTS_AS_PLUGINS)
add_definitions(-DKDEPIM_PLUGIN_AGENT)
kde4_add_plugin(${_target} ${ARGN})
install( TARGETS ${_target} DESTINATION ${PLUGIN_INSTALL_DIR}/ )
else()
kde4_add_executable(${_target} ${ARGN})
install(TARGETS ${_target} ${INSTALL_TARGETS_DEFAULT_ARGS})
endif()
endmacro()
add_subdirectory( maildispatcher )
add_subdirectory( newmailnotifier )
if( STRIGI_FOUND AND AKONADI_USE_STRIGI_SEARCH )
add_subdirectory( strigifeeder )
endif()
if(NOT WINCE)
add_subdirectory( invitations )
#add_subdirectory( calendarsearch )
if( NOT KDEPIM_NO_NEPOMUK )
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/ontologies ontologies ${SOPRANO_INCLUDE_DIR} )
add_subdirectory( nepomukfeeder )
add_subdirectory( ontologies )
endif()
endif()
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 1, 8:35 AM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10066872
Default Alt Text
CMakeLists.txt (841 B)
Attached To
Mode
rKPR kdepim-runtime
Attached
Detach File
Event Timeline
Log In to Comment