mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
[VS] add support for BuildTools (only compilers, partial installation of Visual Studio)
This commit is contained in:
4
build.sh
4
build.sh
@ -56,7 +56,7 @@ cmake --build . --target install -- -j${number_of_build_workers}
|
||||
rm -f DarknetConfig.cmake
|
||||
rm -f DarknetConfigVersion.cmake
|
||||
cd ..
|
||||
cp cmake/Modules/*.cmake share/darknet
|
||||
cp cmake/Modules/*.cmake share/darknet/
|
||||
|
||||
# DEBUG
|
||||
mkdir -p build_debug
|
||||
@ -67,4 +67,4 @@ cmake --build . --target install -- -j${number_of_build_workers}
|
||||
rm -f DarknetConfig.cmake
|
||||
rm -f DarknetConfigVersion.cmake
|
||||
cd ..
|
||||
cp cmake/Modules/*.cmake share/darknet
|
||||
cp cmake/Modules/*.cmake share/darknet/
|
||||
|
Reference in New Issue
Block a user