mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 18:56:48 +00:00
[INSTALLFREELDR]
Add to cmake build (built on demand) svn path=/trunk/; revision=53865
This commit is contained in:
parent
b2a2d9d793
commit
78da5b4e0a
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
|
||||
add_subdirectory(bootsect)
|
||||
add_subdirectory(freeldr)
|
||||
add_subdirectory(freeldr)
|
||||
add_subdirectory(install)
|
||||
|
|
8
reactos/boot/freeldr/install/CMakeLists.txt
Normal file
8
reactos/boot/freeldr/install/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
add_executable(installfreeldr EXCLUDE_FROM_ALL
|
||||
install.c
|
||||
volume.c)
|
||||
|
||||
set_module_type(installfreeldr win32cui)
|
||||
|
||||
add_importlibs(installfreeldr msvcrt kernel32)
|
Loading…
Reference in a new issue