|
|
@ -16,7 +16,6 @@ endforeach() |
|
|
|
install(TARGETS protoc EXPORT protobuf-targets |
|
|
|
install(TARGETS protoc EXPORT protobuf-targets |
|
|
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT protoc) |
|
|
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT protoc) |
|
|
|
|
|
|
|
|
|
|
|
if(TRUE) |
|
|
|
|
|
|
|
file(STRINGS extract_includes.bat.in _extract_strings |
|
|
|
file(STRINGS extract_includes.bat.in _extract_strings |
|
|
|
REGEX "^copy") |
|
|
|
REGEX "^copy") |
|
|
|
foreach(_extract_string ${_extract_strings}) |
|
|
|
foreach(_extract_string ${_extract_strings}) |
|
|
@ -43,7 +42,6 @@ if(TRUE) |
|
|
|
"but there not exists. The file will not be installed.") |
|
|
|
"but there not exists. The file will not be installed.") |
|
|
|
endif() |
|
|
|
endif() |
|
|
|
endforeach() |
|
|
|
endforeach() |
|
|
|
endif() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Internal function for parsing auto tools scripts |
|
|
|
# Internal function for parsing auto tools scripts |
|
|
|
function(_protobuf_auto_list FILE_NAME VARIABLE) |
|
|
|
function(_protobuf_auto_list FILE_NAME VARIABLE) |
|
|
|