Skip to content

Commit 14bb296

Browse files
committed
Add dependency on ext module for stubgen target
1 parent 4641bc5 commit 14bb296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ nanobind_add_stub(_internal_stub
6262
MODULE _internal
6363
OUTPUT _internal.pyi
6464
PYTHON_PATH $<TARGET_FILE_DIR:_internal>/fastfilters2
65+
DEPENDS _internal
6566
VERBOSE
6667
MARKER_FILE py.typed)
6768

0 commit comments

Comments
 (0)