reactos/base/applications/setup16/CMakeLists.txt
Hermès Bélusca-Maïto f44e914e80 Sync with trunk r58033.
svn path=/branches/ros-csrss/; revision=58034
2012-12-28 23:37:33 +00:00

6 lines
218 B
CMake

add_executable(setup16 main.c)
set_module_type(setup16 win32gui UNICODE)
add_importlibs(setup16 user32 gdi32 advapi32 msvcrt kernel32 shell32 setupapi)
add_cd_file(TARGET setup16 DESTINATION reactos/system32 FOR all)