Add readline library replacement for MSVC

This commit is contained in:
Marius Greuel
2023-01-04 08:02:48 +01:00
parent 8b0c9988fc
commit 7b3cfd2724
6 changed files with 146 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ if(MSVC)
"msvc/getopt.c"
"msvc/gettimeofday.c"
"msvc/usleep.cpp"
"msvc/readline.cpp"
)
set(EXTRA_WINDOWS_INCLUDES ${EXTRA_WINDOWS_INCLUDES}
"msvc"