We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
//! src:../test/*!(ko1|ko2).c 这样写貌似无效。
The text was updated successfully, but these errors were encountered:
不是这样的,通配符使用的路径通配符,不是正则,python glob 的通配符
//! src: ../test/abc*.c //! src: ../test/def*.c
Sorry, something went wrong.
那么能支持排除其中几个文件吗?类似cmake 的 file(GLOB SOURCES ../test/*.c) list(REMOVE_ITEM SOURCES ../test/abc.c) list(REMOVE_ITEM SOURCES ../test/def.c)
No branches or pull requests
//! src:../test/*!(ko1|ko2).c 这样写貌似无效。
The text was updated successfully, but these errors were encountered: