[ROSAPPS] Add "net" subfolder to build and add all stuff which was built by rbuild...
[reactos.git] / rosapps / applications / net / netreg / CMakeLists.txt
1
2 set_cpp(WITH_RUNTIME WITH_STL)
3 add_executable(netreg netreg.cpp netreg.rc)
4 set_module_type(netreg win32cui)
5 add_importlibs(netreg advapi32 user32 ws2_32 msvcrt kernel32)
6 add_cd_file(TARGET netreg DESTINATION reactos/system32 FOR all)