mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 02:10:34 +00:00

This takes care of adding the relvant include directory and the _ATL_NO_EXCEPTIONS define, if needed
7 lines
294 B
CMake
7 lines
294 B
CMake
|
|
add_executable(shlextdbg shlextdbg.cpp shlextdbg.rc)
|
|
|
|
set_module_type(shlextdbg win32cui UNICODE)
|
|
target_link_libraries(shlextdbg uuid cpprt atl_classes)
|
|
add_importlibs(shlextdbg ole32 comctl32 shell32 user32 msvcrt kernel32)
|
|
add_cd_file(TARGET shlextdbg DESTINATION reactos/system32 FOR all)
|