summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/CMakeLists.txt
blob: 580e88e8c4c3ec59e94613b331ea3d2ae207b789 (plain)
1
2
3
4
5
file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET ICQ)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} libjson comctl32.lib ws2_32.lib)
add_subdirectory(proto_icq)