diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f23152d..10025ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -1,8 +1,6 @@ | |||
1 | find_package(Protobuf) | 1 | cmake_minimum_required(VERSION 3.28) |
2 | 2 | ||
3 | protobuf_generate( | 3 | project(lingo2_archipelago) |
4 | LANGUAGE cpp | 4 | |
5 | OUT_VAR CPP_PROTO_SRCS | 5 | add_subdirectory(proto) |
6 | PROTOC_OUT_DIR generated/cpp/proto | 6 | add_subdirectory(tools/datapacker) |
7 | PROTOS proto/human.proto proto/data.proto | ||
8 | ) | ||