Page Menu
Home
Search
Configure Global Search
Log In
Differential
D2716
Diff 9118
extern/CMakeLists.txt
Changeset View
These should be done in extern/audaspace/CMakeLists.txt since this changes the namespace in extern/
At the moment we get away with it because its the last library - but we can only do this once, so its not a good convention.
Possible solutions are to either have an intermediate CMakeLists.txt which includes these settings, then uses audaspace's.
It might be inconvenient to add an extra subdir though.
Another option could be to have audaspace run a configuration file, if a variable is set - then we can have AUDASPACE_CONFIG file contains these variables and runs when set. (call it blender_audaspace.cmake or so)