mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
15 lines
280 B
CMake
15 lines
280 B
CMake
|
|
list(APPEND SOURCE
|
|
pager.c
|
|
screen.c
|
|
stream.c
|
|
utils.c
|
|
# conutils.h
|
|
)
|
|
|
|
add_library(conutils ${SOURCE})
|
|
# add_pch(conutils conutils.h SOURCE)
|
|
add_dependencies(conutils xdk)
|
|
target_link_libraries(conutils ${PSEH_LIB})
|
|
add_importlibs(conutils msvcrt kernel32)
|