b9org / b9

An educational JS virtual machine based on Eclipse OMR
http://www.base9.xyz
Apache License 2.0
45 stars 24 forks source link

Fix targets for b9 modules #215

Closed dnakamura closed 6 years ago

dnakamura commented 6 years ago

custom targets are always considered out of date, thus the old b9 modules will always be recompiled. Move to using add_custom_command which properly tracks dependency, and wrap that with a custom target

Signed-off-by: Devin Nakamura devinn@ca.ibm.com