mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
6 lines
277 B
CMake
6 lines
277 B
CMake
# TODO: HAVE_LIBDEVINFO_H (for Solaris 7 and later)
|
|
# to be set if both -ldevinfo and libdevinfo.h exist
|
|
|
|
check_include_files(devinfo.h HAVE_DEVINFO_H) # info_fbsd.cpp
|
|
|
|
configure_file (../base/config-infocenter.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-infocenter.h )
|