Skip to content

Commit

Permalink
fix build with different versions of protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
sandsmark committed Feb 13, 2021
1 parent 44ca640 commit 9fe74cd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 67,116 deletions.
10 changes: 7 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ find_package(ZLIB)
# wtf cmake... automoc?
qt5_wrap_cpp(moc_sources src/Lol.h)

protobuf_generate_cpp(protobufs_SRC protobufs_HDR
src/protobufs/OakProfile.proto
src/protobufs/OakSave.proto
src/protobufs/OakShared.proto
)

add_executable(borderlands3-save-editor
src/main.cpp
src/MainWindow.cpp
Expand All @@ -38,9 +44,7 @@ add_executable(borderlands3-save-editor

src/Lol.cpp

src/OakProfile.pb.cc
src/OakSave.pb.cc
src/OakShared.pb.cc
${protobufs_SRC}
${moc_sources}

data.qrc
Expand Down
10,810 changes: 0 additions & 10,810 deletions src/OakProfile.pb.cc

This file was deleted.

13,782 changes: 0 additions & 13,782 deletions src/OakProfile.pb.h

This file was deleted.

16,656 changes: 0 additions & 16,656 deletions src/OakSave.pb.cc

This file was deleted.

20,506 changes: 0 additions & 20,506 deletions src/OakSave.pb.h

This file was deleted.

2,709 changes: 0 additions & 2,709 deletions src/OakShared.pb.cc

This file was deleted.

Loading

0 comments on commit 9fe74cd

Please sign in to comment.