update cmakelists

This commit is contained in:
2021-11-12 20:46:16 +08:00
parent fc0314750a
commit f112ca41ee

View File

@@ -1,6 +1,7 @@
# 设定源文件文件夹
aux_source_directory(lib LIBTIN_SRC)
# 这个 GetOptWin 库可在此地址找到 https://gitee.com/yizhangss/getopt-win
if(WIN32)
find_package(GetOptWin REQUIRED)
message(STATUS "Found GetOpt-Win")