diff options
Diffstat (limited to 'cmake/meson-config.cmake.in')
-rw-r--r-- | cmake/meson-config.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/meson-config.cmake.in b/cmake/meson-config.cmake.in index 9aeef78..3fdb3e7 100644 --- a/cmake/meson-config.cmake.in +++ b/cmake/meson-config.cmake.in @@ -3,6 +3,6 @@ if(NOT TARGET @TARGET_NAME@) add_library(@TARGET_NAME@ INTERFACE IMPORTED) set_target_properties(@TARGET_NAME@ PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_CURRENT_LIST_FILE}/include" + INTERFACE_INCLUDE_DIRECTORIES "@ABSOLUTE_INCLUDE_DIR@" ) endif() |