diff options
| author | Christophe Giboudeaux <[email protected]> | 2014-02-07 15:41:48 +0100 |
|---|---|---|
| committer | Christophe Giboudeaux <[email protected]> | 2014-02-07 15:41:48 +0100 |
| commit | 709c33677612541e633c02376747a4ea604aa31c (patch) | |
| tree | 84f912856dd9df6cf08f2c094f743d59fb52dd24 | |
| parent | 016cf47c53c28aa57cf58c37d5acdcfce0bc47b0 (diff) | |
Fix includes
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 226f5794d..3f584792d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -30,7 +30,7 @@ configure_file(config-X11.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-X11.h ) include_directories( ${KACTIVITIES_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR} ) if(HAVE_BALOO) - include_directories(${BALOO_INCLUDE_DIR} ${BALOO_WIDGETS_INCLUDE_DIR}) + include_directories(${BALOO_INCLUDE_DIR} ${BALOO_WIDGETS_INCLUDE_DIR} ${KFILEMETADATA_INCLUDE_DIR}) endif() add_subdirectory(tests) |
