xref: /reactos/boot/freeldr/install/CMakeLists.txt (revision b819608e)
1
2add_executable(installfreeldr EXCLUDE_FROM_ALL
3    install.c
4    volume.c)
5
6set_module_type(installfreeldr win32cui)
7
8add_importlibs(installfreeldr msvcrt kernel32)
9