Skip to content

Commit

Permalink
Set Python output directory for nanobind core.
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstinKeller committed Nov 20, 2024
1 parent 985f3e9 commit 91c14ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lang/python/nanobind_core/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@ install(TARGETS nanobind_core LIBRARY DESTINATION nanobind_core)

if(WIN32)
set_property(TARGET nanobind_core PROPERTY FOLDER lang/python/core)
endif()
endif()

ecal_python_set_output_directory(nanobind_core)

0 comments on commit 91c14ed

Please sign in to comment.