mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
9 lines
282 B
CMake
9 lines
282 B
CMake
include(CheckTypeSize)
|
|
check_type_size("long" SIZEOF_LONG)
|
|
configure_file(config-akregator.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-akregator.h)
|
|
|
|
add_subdirectory(export)
|
|
add_subdirectory(interfaces)
|
|
add_subdirectory(plugins)
|
|
add_subdirectory(configuration)
|
|
add_subdirectory(src)
|