diff options
| author | Méven Car <[email protected]> | 2023-05-09 10:11:54 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-05-09 10:11:54 +0200 |
| commit | d6da4a903fb71664da09e09fe31a35123052fd8c (patch) | |
| tree | d6da48eae03782b58fdbf57421391cc51add65b1 /src/CMakeLists.txt | |
| parent | d2092ed444a4e24bed8b1847a26f0a3cf168282b (diff) | |
Fix dolphinvcs_export.h export path
Diffstat (limited to 'src/CMakeLists.txt')
| -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 93a21c5cc..56637ff6c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -43,7 +43,7 @@ target_include_directories(dolphinvcs INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTA install(TARGETS dolphinvcs EXPORT DolphinVcsTargets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) -install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dolphinvcs_export.h DESTINATION ${KDE_INSTALL_INCLUDEDIR}/Dolphin COMPONENT Devel) +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dolphinvcs_export.h DESTINATION ${KDE_INSTALL_INCLUDEDIR} COMPONENT Devel) install(FILES ${dolphinvcs_LIB_HEADERS} DESTINATION "${KDE_INSTALL_INCLUDEDIR}/Dolphin" COMPONENT Devel) ########### next target ############### |
