File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11py -3.9 m_tree/install.py
22
3+ COPY " .\m_tree\binaries\Release\m_tree.cp39-win_amd64.pyd" " ./m_tree.cp39-win_amd64.pyd"
4+
5+ PAUSE
6+
37
Original file line number Diff line number Diff line change 11python3 m_tree/install.py
2+ cp ./m_tree/binaries/m_tree.cpython-39-darwin.so ./m_tree.cpython-39-darwin.so
3+
24
35
Original file line number Diff line number Diff line change 11python3 m_tree/install.py
2+ cp ./m_tree/binaries/m_tree.cpython-39-x86_64-linux-gnu.so ./m_tree.cpython-39-x86_64-linux-gnu.so
23
34
45
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
88set (CMAKE_TOOLCHAIN_FILE ./dependencies/vcpkg/scripts/buildsystems/vcpkg.cmake)
99
1010set (CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR} /binaries)
11- set (CMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE ${CMAKE_SOURCE_DIR} /../)
12- set (CMAKE_LIBRARY_OUTPUT_DIRECTORY_DEBUG ${CMAKE_SOURCE_DIR} /../)
11+ set (CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR} /binaries)
1312set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR} /binaries)
1413
1514project (m_tree)
You can’t perform that action at this time.
0 commit comments