diff options
author | Slávek Banko <[email protected]> | 2020-01-27 01:37:31 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-01-27 01:37:31 +0100 |
commit | 0e3a275c7d9b33dd6d98a44c82a8e3ed37ec97f0 (patch) | |
tree | cf6ccfe4743510562a7dfe516c4ea1f3691ec68d /src/CMakeLists.txt | |
parent | e6288da4f98eee77f05358aa95b710d9d5344ed1 (diff) | |
download | libr-0e3a275c7d9b33dd6d98a44c82a8e3ed37ec97f0.tar.gz libr-0e3a275c7d9b33dd6d98a44c82a8e3ed37ec97f0.zip |
Fix FTBFS with binutils 2.34.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 559d8bc..56d1848 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -12,6 +12,7 @@ include_directories( ${CMAKE_INSTALL_INCLUDEDIR}/libr + ${CMAKE_BINARY_DIR} ${BACKEND_INCLUDE_DIRS} ${LIBGLADE_INCLUDE_DIRS} ) |