Skip to content

Commit

Permalink
add source
Browse files Browse the repository at this point in the history
  • Loading branch information
wistaria committed Sep 19, 2023
1 parent 561b6eb commit c11b77d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/nanobind.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# pycxx/cmake/nanobind.cmake

include(FetchContent)
FetchContent_Declare(
nanobind
Expand Down
2 changes: 2 additions & 0 deletions cmake/pybind11.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# pycxx/cmake/pybind11.cmake

include(FetchContent)
FetchContent_Declare(
pybind11
Expand Down

0 comments on commit c11b77d

Please sign in to comment.