[CMAKE] Get rid of the set_cpp macro
[reactos.git] / dll / win32 / shell32 / shellmenu / 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 CMenuBand.cpp
12 CMenuDeskBar.cpp
13 CMenuFocusManager.cpp
14 CMenuSite.cpp
15 CMenuToolbars.cpp
16 CMergedFolder.cpp
17 CStartMenu.cpp)
18
19 add_library(shellmenu ${SOURCE})
20 add_dependencies(shellmenu xdk psdk)