mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +00:00
9 lines
154 B
CMake
9 lines
154 B
CMake
|
|
list(APPEND SOURCE
|
|
font.c
|
|
settings.c
|
|
precomp.h)
|
|
|
|
add_library(concfg ${SOURCE})
|
|
add_pch(concfg precomp.h SOURCE)
|
|
add_dependencies(concfg xdk)
|