Skip to content
Snippets Groups Projects
Commit 2dd2de48 authored by Amos Yang's avatar Amos Yang
Browse files

update ubuntu_build.sh

parent 024cda37
Branches dev
No related tags found
No related merge requests found
......@@ -30,8 +30,8 @@ cmake --build ./build_$BUILD_TYPE --target all
cmake --install ./build_$BUILD_TYPE
cp -rf ./Libs/PluginFramework/service ./install_$BUILD_TYPE/include/ctk-0.1
rm -rf ../ctk/$BUILD_TYPE/ && mkdir ../ctk/$BUILD_TYPE/ && cp -rf ./install_$BUILD_TYPE/* ../ctk/$BUILD_TYPE/
rm -rf ../ctk/$BUILD_TYPE/lib/ctk-0.1/CMake/
rm -rf ../../ctk/$BUILD_TYPE/ && mkdir -p ../../ctk/$BUILD_TYPE/ && cp -rf ./install_$BUILD_TYPE/* ../../ctk/$BUILD_TYPE/
rm -rf ../../ctk/$BUILD_TYPE/lib/ctk-0.1/CMake/
# SuperBuild.cmake
# INSTALL_COMMAND ${_INSTALL_CMD}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment