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

set(kvisharedfileswindow_SRCS
	libkvisharedfileswindow.cpp
	SharedFilesWindow.cpp
)

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