Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
libkexiv2
Commits
1a9009a6
Commit
1a9009a6
authored
Nov 20, 2014
by
Gilles Caulier
🗼
Browse files
fix path
parent
1d767674
Changes
1
Hide whitespace changes
Inline
Side-by-side
libkexiv2/CMakeLists.txt
View file @
1a9009a6
...
...
@@ -69,8 +69,8 @@ if(NOT DIGIKAMSC_COMPILE_LIBKEXIV2)
)
if
(
NOT WIN32
)
configure_file
(
${
CMAKE_
CURRENT_
SOURCE_DIR
}
/cmake/templates/libkexiv2.pc.cmake.in
${
CMAKE_CURRENT_BINARY_DIR
}
/libkexiv2.pc
)
configure_file
(
${
CMAKE_
CURRENT_
SOURCE_DIR
}
/cmake/templates/libkexiv2.lsm.cmake.in
${
CMAKE_CURRENT_BINARY_DIR
}
/libkexiv2.lsm
)
configure_file
(
${
CMAKE_SOURCE_DIR
}
/cmake/templates/libkexiv2.pc.cmake.in
${
CMAKE_CURRENT_BINARY_DIR
}
/libkexiv2.pc
)
configure_file
(
${
CMAKE_SOURCE_DIR
}
/cmake/templates/libkexiv2.lsm.cmake.in
${
CMAKE_CURRENT_BINARY_DIR
}
/libkexiv2.lsm
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/libkexiv2.pc DESTINATION
${
LIB_INSTALL_DIR
}
/pkgconfig
)
endif
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment