mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:40:48 +08:00
960349209f
* [podofo] Install PoDoFoConfig.cmake, fix usage * version * Add license * version * Correct license * version
11 lines
396 B
Diff
11 lines
396 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index df623ef..b2f2201 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -576,3 +576,4 @@ IF(PODOFO_BUILD_STATIC)
|
|
EXPORT(TARGETS podofo_static FILE "${CMAKE_CURRENT_BINARY_DIR}/PoDoFoConfig.cmake")
|
|
ENDIF(PODOFO_BUILD_STATIC)
|
|
|
|
+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/PoDoFoConfig.cmake" DESTINATION share/podofo)
|
|
\ No newline at end of file
|