diff options
author | Daan <daanl@outlook.com> | 2021-12-14 18:29:58 -0800 |
---|---|---|
committer | Daan <daanl@outlook.com> | 2021-12-14 18:29:58 -0800 |
commit | d15f5fae6483c39f6b35a9d9e4aa038eeb5b8e5f (patch) | |
tree | 5af22d46754e0a791f492d3dc0200e16e9067c35 /test | |
parent | 775c10da3b4319ab19628424f08c2c7c5ebdffad (diff) | |
parent | 69b6b246880d04e911416ffce8e8ccf6539ae2d7 (diff) |
merge from dev
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a454669..950ac27 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -29,7 +29,7 @@ target_link_libraries(dynamic-override-cxx PUBLIC mimalloc) # overriding with a static object file works reliable as the symbols in the # object file have priority over those in library files -add_executable(static-override-obj main-override.c ${MIMALLOC_LIBRARY_DIR}/mimalloc.o) +add_executable(static-override-obj main-override.c ${MIMALLOC_OBJECT_DIR}/mimalloc.o) target_include_directories(static-override-obj PUBLIC ${MIMALLOC_INCLUDE_DIR}) target_link_libraries(static-override-obj PUBLIC pthread) |