mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
7 lines
257 B
CMake
7 lines
257 B
CMake
|
|
set_cpp(WITH_RUNTIME WITH_STL WITH_EXCEPTIONS)
|
|
add_executable(netreg netreg.cpp netreg.rc)
|
|
set_module_type(netreg win32cui)
|
|
add_importlibs(netreg advapi32 user32 ws2_32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET netreg DESTINATION reactos/system32 FOR all)
|