mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
13 lines
329 B
CMake
13 lines
329 B
CMake
include(CheckStructHasMember)
|
|
|
|
check_struct_has_member("struct dirent" d_type dirent.h HAVE_DIRENT_D_TYPE)
|
|
|
|
configure_file(
|
|
${CMAKE_CURRENT_SOURCE_DIR}/config-dolphin.h.cmake
|
|
${CMAKE_CURRENT_BINARY_DIR}/config-dolphin.h
|
|
)
|
|
|
|
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
|
|
|
add_subdirectory(src)
|
|
add_subdirectory(plugins)
|