reactos/base/setup/lib/CMakeLists.txt
Hermès Bélusca-Maïto 7af2f717bc
[SETUPLIB][USETUP] Move the settings code from usetup to setuplib.
This code is moved ther since it'll be needed for 1st-stage GUI
installer as well.

The code dealing with keyboard layouts is however not moved yet,
since it uses MUI* functions from usetup.
I'll try to think how to include that in setuplib...

svn path=/branches/setup_improvements/; revision=75701
2018-10-27 22:09:35 +02:00

25 lines
446 B
CMake

include_directories(utils)
list(APPEND SOURCE
utils/arcname.c
utils/bldrsup.c
utils/filesup.c
utils/genlist.c
utils/infsupp.c
utils/inicache.c
utils/ntverrsrc.c
utils/osdetect.c
utils/partlist.c
utils/regutil.c
bootsup.c
fsutil.c
registry.c
settings.c
setuplib.c
precomp.h)
add_library(setuplib ${SOURCE})
add_pch(setuplib precomp.h SOURCE)
add_dependencies(setuplib xdk) # psdk