Skip to content
New issue

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

Enable selective selection of source files from compile directory #8

Open
genotrance opened this issue Jun 24, 2018 · 1 comment
Open

Comments

@genotrance
Copy link
Owner

If compile = directory, allow picking specific files or excluding specific files.

E.g. nimpcre has to exclude some files and those are tediously commented out from the resulting nim file.

@jyapayne
Copy link
Contributor

Maybe something like

[file.h]
compile = /some/dir
compile_exclude = "file*.c, other/dir"

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants