summaryrefslogtreecommitdiff
path: root/protocols/Steam/CMakeLists.txt
blob: 7815315d0b2565fa18eb608a7e74f5c53f884937 (plain)
1
2
3
4
5
file(GLOB SOURCES "src/*.h" "src/api/*.h" "src/*.cpp" "res/*.rc")
set(TARGET Steam)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} libjson comctl32.lib)
add_subdirectory(proto_steam)