Skip to content

Commit

Permalink
added src/detail/*.cpp to generated target.
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Oct 18, 2023
1 parent 72db805 commit 57b09d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ if (NOT BOOST_COBALT_IS_ROOT)
project(boost_cobalt VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)

add_library(boost_cobalt
src/detail/exception.cpp
src/detail/util.cpp
src/channel.cpp
src/error.cpp
src/main.cpp
Expand Down

0 comments on commit 57b09d3

Please sign in to comment.