mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
10 lines
367 B
CMake
10 lines
367 B
CMake
|
|
remove_definitions(-D_WIN32_WINNT=0x502)
|
|
add_definitions(-D_WIN32_WINNT=0x600)
|
|
|
|
add_definitions(-D__WINESRC__)
|
|
add_executable(reg export.c import.c reg.c reg.rc)
|
|
set_module_type(reg win32cui UNICODE)
|
|
target_link_libraries(reg wine)
|
|
add_importlibs(reg advapi32 advapi32_vista user32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET reg DESTINATION reactos/system32 FOR all)
|