Files @ d8e0d03cc044
Branch filter:

Location: libtransport.git/msvc-deps/protobuf/protoc/CMakeLists.txt

vitalyster
Merge pull request #64 from Ghabry/get_info

purple backend: Prevent Vcard-Req hang when "get_info" not implemented
cmake_minimum_required(VERSION 2.6)
FILE(GLOB SRC google/protobuf/compiler/*.cc google/protobuf/compiler/*.h)

include_directories(.)
include_directories(../libprotobuf)
include_directories(../libprotoc)

ADD_EXECUTABLE(protoc ${HEADERS} ${SRC})

target_link_libraries(protoc libprotoc libprotobuf)

INSTALL(TARGETS protoc RUNTIME DESTINATION bin)