Hi,
I have two projects:
project_A
project_A_test
In the file system, project_A_test is a subdirectory of project_A
When I build project A, it compiles in the source files from project_A_test. However, I don't want it to do that.
Is there a way to prevent the subdirectory files from being compiled in?