Skip to content

Commit

Permalink
Added gsl-lite as public dependency of Terminal++
Browse files Browse the repository at this point in the history
This was only previously working in CI because the include
directory was shared with libfmt.  This has been causing problems
downstream.
  • Loading branch information
KazDragon committed Jul 28, 2022
1 parent 42dead4 commit f4e4e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ else()
set(TERMINALPP_PUBLIC_LIBRARIES
Boost::boost
fmt::fmt
gsl::gsl-lite
)

set(TERMINALPP_PRIVATE_LIBRARIES)
Expand Down

0 comments on commit f4e4e73

Please sign in to comment.