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-18 22:41:16 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-18 22:41:16 +0300
commit4bc8c759d75336b2f59b5a1f30f9dc6871fd731d (patch)
tree9c725050188af86cf187d940ba7bc636a5de51ec /CMakeLists.txt
parent62a9655508ebd66fbc47aabfbc708837dfe685dd (diff)
Added a proper unit test for the new section_handle, and in so doing found and fixed many bugs.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 78c5552c..947d21a7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,7 +49,7 @@ all_compile_features(PUBLIC
cxx_noexcept
cxx_constexpr
cxx_thread_local
- #cxx_init_captures ## Not supported yet by cmake 3.6
+ cxx_lambda_init_captures
cxx_attributes
cxx_generic_lambdas
)
@@ -59,7 +59,7 @@ if(NOT MSVC OR CMAKE_VERSION VERSION_GREATER 3.59)
)
endif()
# Set the library dependencies this library has
-all_link_libraries(PUBLIC boost-lite_hl outcome_hl)
+all_link_libraries(PUBLIC boost-lite_hl outcome_hl kerneltest_hl)
# Set any macros this library requires
if(WIN32)
all_compile_definitions(PRIVATE _WIN32_WINNT=0x600) ## Target WinVista