Build: remove usage of link_directories

We are now always using absolute paths for libraries, as recommended by the
CMake docs.

Followup to D9177.
This commit is contained in:
Brecht Van Lommel
2022-01-12 19:32:02 +01:00
committed by Brecht Van Lommel
parent 75a1a578bd
commit 29450a2af3
11 changed files with 0 additions and 132 deletions

View File

@@ -44,7 +44,6 @@ else()
endif()
# This builds `bin/tests/blender_test`, but does not add it as a single test.
setup_libdirs()
BLENDER_SRC_GTEST_EX(
NAME blender
SRC "${SRC}"