blob: 9f37dca7f383f8dfd3473d9210a79500ad33efc0 (
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)
|