Skip to content

Commit 303daa0

Browse files
committed
Add new fn files to CMakeLists
1 parent 62298d2 commit 303daa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subspace/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@ target_sources(subspace PUBLIC
4646
"containers/slice.h"
4747
"containers/vec.h"
4848
"fn/__private/fn_box_storage.h"
49+
"fn/__private/signature.h"
4950
"fn/callable.h"
5051
"fn/fn.h"
5152
"fn/bind.h"
5253
"fn/fn_box_defn.h"
5354
"fn/fn_box_impl.h"
5455
"fn/fn_ref.h"
56+
"fn/run_fn.h"
5557
"iter/__private/into_iterator_archetype.h"
5658
"iter/__private/iterator_end.h"
5759
"iter/__private/iterator_loop.h"

0 commit comments

Comments
 (0)