mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 08:43:28 +00:00
b9041e39bf
Add base/ modules to bootcd. svn path=/branches/cmake-bringup/; revision=49477
10 lines
224 B
CMake
10 lines
224 B
CMake
|
|
set_unicode()
|
|
|
|
add_executable(kbswitch kbswitch.c kbswitch.rc)
|
|
|
|
set_module_type(kbswitch win32gui)
|
|
add_importlibs(kbswitch advapi32 user32 shell32 gdi32 msvcrt kernel32)
|
|
|
|
add_cab_target(kbswitch 1)
|
|
add_subdirectory(kbsdll)
|