2015-09-07 11:13:09 +00:00
|
|
|
project(SHELL)
|
2019-04-16 20:39:36 +00:00
|
|
|
|
|
|
|
add_definitions(
|
|
|
|
-DUNICODE
|
2020-09-18 09:08:58 +00:00
|
|
|
-D_UNICODE)
|
2019-04-16 20:39:36 +00:00
|
|
|
|
2015-08-19 13:55:15 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
2020-04-13 01:36:24 +00:00
|
|
|
CChangeNotifyServer.cpp
|
2015-08-19 13:55:15 +00:00
|
|
|
CDesktopBrowser.cpp
|
2020-06-02 09:42:07 +00:00
|
|
|
CDirectoryWatcher.cpp
|
2020-08-10 04:34:48 +00:00
|
|
|
CDirectoryList.cpp
|
2015-08-19 13:55:15 +00:00
|
|
|
dde.cpp)
|
|
|
|
|
2020-09-18 09:08:58 +00:00
|
|
|
add_library(shelldesktop OBJECT ${SOURCE})
|
|
|
|
target_link_libraries(shelldesktop PRIVATE atl_classes)
|
2017-08-16 16:06:14 +00:00
|
|
|
add_dependencies(shelldesktop xdk psdk)
|