craftr-build / craftr-build-4.x

Frontend for the Craftr build framework.
https://craftr-build.github.io/craftr/
Other
60 stars 14 forks source link

C/C++ targets should output files into respective module directories #24

Closed NiklasRosenstein closed 8 years ago

NiklasRosenstein commented 8 years ago

By default, the C/C++ targets of the compiler modules should output (especially object-) output files to a sub directory in the build directory named by the modules identifier.

build/
  some_lib/
    obj/
      tools.o
      ...
    libsome_lib.a
  app/
    obj/
      main.o
      ...
    main
NiklasRosenstein commented 8 years ago

This will work with craftr 0.20.0-dev automatically.