diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-26 13:32:03 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-26 13:45:33 +0300 |
commit | 876a474b787be5d0b426a05f17848955644b1c0e (patch) | |
tree | cbce336e5428e7e23c3f42205a7b652bd374fba8 | |
parent | ead610975644726cdbeb293d5860ca33c611734d (diff) |
Depends: Declare build byproducts
-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) |