xref: /aosp_15_r20/external/protobuf/cmake/protoc.cmake (revision 1b3f573f81763fcece89efc2b6a5209149e44ab8)
1*1b3f573fSAndroid Build Coastguard Workerset(protoc_files
2*1b3f573fSAndroid Build Coastguard Worker  ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/main.cc
3*1b3f573fSAndroid Build Coastguard Worker)
4*1b3f573fSAndroid Build Coastguard Worker
5*1b3f573fSAndroid Build Coastguard Workeradd_executable(protoc ${protoc_files} ${protobuf_version_rc_file})
6*1b3f573fSAndroid Build Coastguard Workertarget_link_libraries(protoc
7*1b3f573fSAndroid Build Coastguard Worker  libprotoc
8*1b3f573fSAndroid Build Coastguard Worker  libprotobuf
9*1b3f573fSAndroid Build Coastguard Worker)
10*1b3f573fSAndroid Build Coastguard Workeradd_executable(protobuf::protoc ALIAS protoc)
11*1b3f573fSAndroid Build Coastguard Worker
12*1b3f573fSAndroid Build Coastguard Workerset_target_properties(protoc PROPERTIES
13*1b3f573fSAndroid Build Coastguard Worker    VERSION ${protobuf_VERSION})
14