Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

How to exclude source from compiling in config.make?

$
0
0

@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 as main.cpp includes ofApp.h)

How can I exclude a source file when compiling an OF project using make?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles