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 1
1
py -3.9 m_tree/install.py
2
2
3
+ COPY " .\m_tree\binaries\Release\m_tree.cp39-win_amd64.pyd" " ./m_tree.cp39-win_amd64.pyd"
4
+
5
+ PAUSE
6
+
3
7
Original file line number Diff line number Diff line change 1
1
python3 m_tree/install.py
2
+ cp ./m_tree/binaries/m_tree.cpython-39-darwin.so ./m_tree.cpython-39-darwin.so
3
+
2
4
3
5
Original file line number Diff line number Diff line change 1
1
python3 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
2
3
3
4
4
5
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
8
8
set (CMAKE_TOOLCHAIN_FILE ./dependencies/vcpkg/scripts/buildsystems/vcpkg.cmake)
9
9
10
10
set (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)
13
12
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR} /binaries)
14
13
15
14
project (m_tree)
You can’t perform that action at this time.
0 commit comments