feat: c++ pragma 방식 => protocol buffer로 직렬화 수정 및 클라이언트 python gui 앱으로 변경
This commit is contained in:
parent
a88b22b177
commit
cd192d4ec4
14 changed files with 305 additions and 371 deletions
6
setup.sh
6
setup.sh
|
|
@ -2,17 +2,15 @@
|
|||
|
||||
set -e
|
||||
|
||||
echo "Starting project setup..."
|
||||
|
||||
if [ ! -d "build" ]; then
|
||||
mkdir build
|
||||
echo "Created build directory."
|
||||
fi
|
||||
|
||||
cd build
|
||||
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||
echo "CMake configuration complete."
|
||||
cmake --build . --target generate_proto
|
||||
|
||||
cd ..
|
||||
ln -sf build/compile_commands.json compile_commands.json
|
||||
echo "완료"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue