mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
d686345e81
- More work on the base modules. By Alexey Komarov. svn path=/branches/cmake-bringup/; revision=48984
8 lines
132 B
CMake
8 lines
132 B
CMake
|
|
set_unicode()
|
|
|
|
add_executable(bootok bootok.c bootok.rc)
|
|
|
|
set_module_type(bootok win32cui)
|
|
|
|
add_importlibs(bootok advapi32 msvcrt)
|