Skip to content

Commit

Permalink
add to runtime_output_directory
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed Feb 20, 2024
1 parent 7e676f5 commit 9ce351e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/python/bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ file(MAKE_DIRECTORY "${bindings_gen_location}/src")

set_target_properties(_visp PROPERTIES
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"

)
# With MSVC, the compiled pyd file is placed in a Release/Debug folder
set(build_configs "NONE" "RELEASE" "DEBUG" "RELEASEWITHDEBINFO" "RELWITHDEBINFO")
Expand Down

0 comments on commit 9ce351e

Please sign in to comment.