[CMAKE] Get rid of the set_cpp macro
[reactos.git] / dll / win32 / shell32 / shelldesktop / CMakeLists.txt
1 project(SHELL)
2
3 add_definitions(
4 -DUNICODE
5 -D_UNICODE
6 -D_ATL_NO_EXCEPTIONS)
7
8 include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/atl)
9
10 list(APPEND SOURCE
11 CChangeNotifyServer.cpp
12 CDesktopBrowser.cpp
13 CDirectoryWatcher.cpp
14 CDirectoryList.cpp
15 dde.cpp)
16
17 add_library(shelldesktop ${SOURCE})
18 add_dependencies(shelldesktop xdk psdk)