mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
8 lines
165 B
Text
8 lines
165 B
Text
|
|
||
|
add_executable(installfreeldr EXCLUDE_FROM_ALL
|
||
|
install.c
|
||
|
volume.c)
|
||
|
|
||
|
set_module_type(installfreeldr win32cui)
|
||
|
add_importlibs(installfreeldr msvcrt kernel32)
|