kde-extraapps/ksystemlog/CMakeLists.txt

26 lines
545 B
Text
Raw Normal View History

project(KSystemLog)
project(ark)
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
find_package(KDE4 4.18.0 REQUIRED)
include(KDE4Defaults)
include_directories(${KDE4_INCLUDES})
add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
endif()
include(CheckIncludeFile)
include(CheckIncludeFiles)
include(CheckSymbolExists)
include(CheckFunctionExists)
include(CheckLibraryExists)
include(CheckTypeSize)
########### Subfolders ##########
add_subdirectory(src)
2015-09-02 02:13:50 +03:00
if(ENABLE_TESTING)
add_subdirectory(tests)
endif()