blob: 93502b9e0873ef0be233d49a64996151c9a5d77f (
plain)
1
2
3
4
5
|
file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET IRC)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} ws2_32.lib)
add_subdirectory(proto_irc)
|