diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-09-04 06:47:05 +0000 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-09-04 06:47:05 +0000 |
commit | 79838424ad2da50e0c80247f94984aa2e7bb7777 (patch) | |
tree | 21c1a46d5ece053fd649759a1f04ad3fc94724b9 | |
parent | 211212c9861834c2f8327a1efe6690a893365823 (diff) | |
parent | 8b4104ef24d612161946888743762a97735f62b2 (diff) |
Merged pull request #7 from opoplawski/master.
git-svn-id: https://pugixml.googlecode.com/svn/trunk@1009 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r-- | scripts/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 0895d28..ba0f67c 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -24,5 +24,6 @@ endif() set_target_properties(pugixml PROPERTIES VERSION 1.4 SOVERSION 1) -install(TARGETS pugixml LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}) +install(TARGETS pugixml EXPORT pugixml-config LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}) install(FILES ${HEADERS} DESTINATION include) +install(EXPORT pugixml-config DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/pugixml) |