Clementine-audio-player-Mac.../ext/libclementine-remote/CMakeLists.txt

17 lines
288 B
CMake
Raw Normal View History

2013-01-03 21:40:47 +01:00
include_directories(${PROTOBUF_INCLUDE_DIRS})
set(MESSAGES
remotecontrolmessages.proto
)
protobuf_generate_cpp(PROTO_SOURCES PROTO_HEADERS ${MESSAGES})
add_library(libclementine-remote STATIC
${PROTO_SOURCES}
)
target_link_libraries(libclementine-remote
libclementine-common
)