mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
222e79232c
There are 2 known serial ports: COM1 - based on Intel 8251A COM2 - National Semiconductor 16550
8 lines
146 B
CMake
8 lines
146 B
CMake
|
|
if(SARCH STREQUAL "pc98")
|
|
add_library(cportlib cport_pc98.c)
|
|
else()
|
|
add_library(cportlib cport.c)
|
|
endif()
|
|
add_dependencies(cportlib xdk)
|