From 4bc8c759d75336b2f59b5a1f30f9dc6871fd731d Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Thu, 18 Aug 2016 20:41:16 +0100 Subject: Added a proper unit test for the new section_handle, and in so doing found and fixed many bugs. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3