aconstlink / motor

Software Framework for Audio/Visual/Interactive Real-Time Applications
MIT License
1 stars 0 forks source link

CMake remove global configuration #1

Open aconstlink opened 7 months ago

aconstlink commented 7 months ago

There are still add_definitions statements within motor CMake configuration files. Those need to be removed and specifically added to the targets.

This can be done using pseudo targets with INTERFACE qualifier and attaching all the options to those targets. motor_graphics_config.cmake is already doing this.