aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/channelsjoin/CMakeLists.txt
blob: b04a4131ab66ff92386d548423691848df116973 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
# CMakeLists for src/modules/channelsjoin

set(kvichannelsjoin_SRCS
	libkvichannelsjoin.cpp
	ChannelsJoinDialog.cpp
)

set(kvi_module_name kvichannelsjoin)
include(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt)