Skip to content

Commit

Permalink
Fix include directories to include contrib (#78, thanks @musicinmybrain)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Jan 10, 2025
1 parent 53f6863 commit 778597f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

Expand Down

0 comments on commit 778597f

Please sign in to comment.