diff options
Diffstat (limited to 'src/modules/sharedfileswindow')
| -rw-r--r-- | src/modules/sharedfileswindow/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/sharedfileswindow/CMakeLists.txt b/src/modules/sharedfileswindow/CMakeLists.txt index cbfde16c1..5589461c1 100644 --- a/src/modules/sharedfileswindow/CMakeLists.txt +++ b/src/modules/sharedfileswindow/CMakeLists.txt @@ -1,9 +1,9 @@ # CMakeLists for src/modules/sharedfileswindow -SET(kvisharedfileswindow_SRCS +set(kvisharedfileswindow_SRCS libkvisharedfileswindow.cpp SharedFilesWindow.cpp ) -SET(kvi_module_name kvisharedfileswindow) -INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt) +set(kvi_module_name kvisharedfileswindow) +include(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt) |
