summaryrefslogtreecommitdiff
path: root/protocols/MRA/CMakeLists.txt
blob: 2c6f953adaf2add5e43243b6abd5137afeeafeb0 (plain)
1
2
3
4
5
6
file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET MRA)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} Zlib)
add_subdirectory(proto_mra)
add_subdirectory(xstatus_mra)