find_package(Protobuf REQUIRED) add_library(protos) protobuf_generate( LANGUAGE cpp TARGET protos PROTOS human.proto data.proto ) target_link_libraries(protos PUBLIC protobuf::libprotobuf) m feed' href='https://code.fourisland.com/lingo2-archipelago/atom/tools/util/CMakeLists.txt?h=apworld-v4.3' type='application/atom+xml'/>
about summary refs log tree commit diff stats
path: root/tools/util/CMakeLists.txt
blob: 0859a58ee5aa83c4d385551ee9cd2b72ecb8feb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13