reactos/base/applications/setup16/CMakeLists.txt
Hermès Bélusca-Maïto 65ce146169 Create a branch for working on csrss and co.
svn path=/branches/ros-csrss/; revision=57561
2012-10-14 13:04:31 +00:00

11 lines
243 B
CMake

set_rc_compiler()
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)