From 778597f6dcf273a4b4d87c2c1062d0b584fa2aa8 Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Fri, 10 Jan 2025 12:00:01 +0100 Subject: [PATCH] Fix include directories to include contrib (#78, thanks @musicinmybrain) --- contrib/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt index d9af198..99d63ec 100644 --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt @@ -3,6 +3,8 @@ # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +include_directories( "../contrib" ) + add_subdirectory( lest_expect_abort ) add_subdirectory( lest_expect_assert )