diff options
-rw-r--r-- | Depends.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Depends.cmake b/Depends.cmake index b549eb4c..ded2d3c7 100644 --- a/Depends.cmake +++ b/Depends.cmake | |||
@@ -32,6 +32,7 @@ if (ENABLE_HARFBUZZ AND EXISTS ${CMAKE_SOURCE_DIR}/lib/harfbuzz/CMakeLists.txt) | |||
32 | --prefix ${_dst} | 32 | --prefix ${_dst} |
33 | BUILD_COMMAND ${NINJA_EXECUTABLE} | 33 | BUILD_COMMAND ${NINJA_EXECUTABLE} |
34 | INSTALL_COMMAND ${NINJA_EXECUTABLE} install | 34 | INSTALL_COMMAND ${NINJA_EXECUTABLE} install |
35 | BUILD_BYPRODUCTS ${_dst}/libharfbuzz.a | ||
35 | ) | 36 | ) |
36 | add_library (harfbuzz-lib INTERFACE) | 37 | add_library (harfbuzz-lib INTERFACE) |
37 | add_dependencies (harfbuzz-lib harfbuzz-ext) | 38 | add_dependencies (harfbuzz-lib harfbuzz-ext) |