@cuinjune wrote:
I would like to learn how to exclude a source file when compiling an OF project.
I tried
EXCLUDE_FROM_SOURCE = "path/to/ofApp.h"
and
PROJECT_EXCLUSIONS = "path/to/ofApp.h"
But both seems to not work as the project builds fine with
ofApp.h
file. (if it is excluded, it shouldn’t build asmain.cpp
includesofApp.h
)How can I exclude a source file when compiling an OF project using
make
?
Posts: 1
Participants: 1