From 515f9a352f9365c7da194a775c3a14b09e3e402c Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 11 Feb 2014 21:19:47 +0100 Subject: [PATCH] fix compilation after 18473c9e9e7e03c which changed version.h to include plasma_version.h --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 736a5142d..7803274f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -159,6 +159,9 @@ install(EXPORT KF5PlasmaTargets install(FILES ${CMAKE_CURRENT_BINARY_DIR}/plasma_version.h DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel ) +# make plasma_version.h available +include_directories(${CMAKE_CURRENT_BINARY_DIR}) + ################# list the subdirectories ################# add_subdirectory(src) add_subdirectory(desktoptheme)