Merge PR #283 "[USBPORT] Transaction Translator (TT) support bringup"
[reactos.git] / sdk / lib / conutils / CMakeLists.txt
1
2 list(APPEND SOURCE
3 # instream.c
4 outstream.c
5 pager.c
6 screen.c
7 stream.c
8 utils.c
9 # conutils.h
10 )
11
12 add_library(conutils ${SOURCE})
13 # add_pch(conutils conutils.h SOURCE)
14 add_dependencies(conutils xdk)
15 target_link_libraries(conutils ${PSEH_LIB})
16 add_importlibs(conutils msvcrt kernel32)