[CMAKE] Get rid of the set_cpp macro
[reactos.git] / modules / rosapps / applications / devutils / shlextdbg / CMakeLists.txt
1
2 add_definitions(-D_ATL_NO_EXCEPTIONS)
3
4 include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/atl)
5
6 add_executable(shlextdbg shlextdbg.cpp shlextdbg.rc)
7
8 set_module_type(shlextdbg win32cui UNICODE)
9 target_link_libraries(shlextdbg uuid cpprt)
10 add_importlibs(shlextdbg ole32 comctl32 shell32 user32 msvcrt kernel32)
11 add_cd_file(TARGET shlextdbg DESTINATION reactos/system32 FOR all)