blob: 47735cea723d861e15ea7b1f2a2a818f380e302d (
plain)
1
2
3
4
5
|
file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET Discord)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} Zlib libjson)
add_subdirectory(proto_discord)
|