Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
andriybriliant authored Aug 28, 2024
1 parent 0149c71 commit 7b62674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discrete_math/recursion/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ add_library(librecursion)
target_sources(librecursion
PUBLIC
FILE_SET CXX_MODULES FILES
recursion.cxx
recursion_helper.cxx
)
recursion.cxx
)

0 comments on commit 7b62674

Please sign in to comment.