reactos/boot/freeldr/install/CMakeLists.txt
Amine Khaldi 609ba8d717 * Sync up to trunk head (r64829).
svn path=/branches/shell-experiments/; revision=64830
2014-10-19 18:45:40 +00:00

8 lines
165 B
CMake

add_executable(installfreeldr EXCLUDE_FROM_ALL
install.c
volume.c)
set_module_type(installfreeldr win32cui)
add_importlibs(installfreeldr msvcrt kernel32)