Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-14 21:07:06 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-14 21:09:50 +0300
commit71c542a0dd53534534416befb51166d5a4a8034b (patch)
tree542ac5b443dbb9bbad69dcf7ede0b2625ca0a424 /CMakeLists.txt
parentcd874fd517dbf1bd9217e7dd7f751539690d8204 (diff)
Fixed accidental failure to import in cmake our dependent libraries which was causing the dependent .natvis to not get built into AFIO.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index facc44a4..78c5552c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,7 +59,7 @@ if(NOT MSVC OR CMAKE_VERSION VERSION_GREATER 3.59)
)
endif()
# Set the library dependencies this library has
-target_link_libraries(outcome_hl INTERFACE boost-lite_hl outcome_hl)
+all_link_libraries(PUBLIC boost-lite_hl outcome_hl)
# Set any macros this library requires
if(WIN32)
all_compile_definitions(PRIVATE _WIN32_WINNT=0x600) ## Target WinVista